Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ollama
Commits
0ac1c0d3
Commit
0ac1c0d3
authored
Aug 03, 2025
by
Daniel Hiltgen
Committed by
Michael Yang
Aug 04, 2025
Browse files
unit test adjustments
parent
e6f39bce
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
ml/backend/ggml/mxfp4_test.go
ml/backend/ggml/mxfp4_test.go
+4
-4
No files found.
ml/backend/ggml/mxfp4_test.go
View file @
0ac1c0d3
...
@@ -60,12 +60,12 @@ func TestMXFP4Ops(t *testing.T) {
...
@@ -60,12 +60,12 @@ func TestMXFP4Ops(t *testing.T) {
t
.
Run
(
"exact"
,
func
(
t
*
testing
.
T
)
{
t
.
Run
(
"exact"
,
func
(
t
*
testing
.
T
)
{
r
:=
rand
.
New
(
rand
.
NewSource
(
0
))
r
:=
rand
.
New
(
rand
.
NewSource
(
0
))
ctx
:=
initContextOrSkip
(
t
,
b
,
useGPU
)
ctx
:=
initContextOrSkip
(
t
,
b
,
useGPU
)
const
s00
=
32
const
s00
=
64
const
s01
=
2
const
s01
=
1
const
s02
=
8
const
s02
=
2
const
s10
=
s00
const
s10
=
s00
const
s11
=
1
const
s11
=
1
const
s12
=
1
6
const
s12
=
1
// const s00 = 2880
// const s00 = 2880
// const s01 = 5760
// const s01 = 5760
// const s02 = 32
// const s02 = 32
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment