-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathgo.mod
More file actions
41 lines (38 loc) · 1.53 KB
/
go.mod
File metadata and controls
41 lines (38 loc) · 1.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
module github.com/gomlx/onnx-gomlx
go 1.25
require (
github.com/chewxy/math32 v1.11.1
github.com/daulet/tokenizers v1.23.0
github.com/gomlx/exceptions v0.0.3
github.com/gomlx/go-huggingface v0.3.1
github.com/gomlx/gomlx v0.26.1-0.20260220075116-8da82ca8aaad
github.com/janpfeifer/go-benchmarks v0.1.1
github.com/janpfeifer/must v0.2.0
github.com/parquet-go/parquet-go v0.24.0
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.11.1
github.com/x448/float16 v0.8.4
github.com/yalue/onnxruntime_go v1.13.0
google.golang.org/protobuf v1.36.11
k8s.io/klog/v2 v2.130.1
)
require (
github.com/andybalholm/brotli v1.1.0 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/go-logr/logr v1.4.3 // indirect
github.com/gofrs/flock v0.13.0 // indirect
github.com/gomlx/go-xla v0.1.5-0.20260219173412-338774b2e7a7 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/klauspost/compress v1.17.9 // indirect
github.com/mattn/go-runewidth v0.0.16 // indirect
github.com/olekukonko/tablewriter v0.0.5 // indirect
github.com/pierrec/lz4/v4 v4.1.21 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/streadway/quantile v0.0.0-20220407130108-4246515d968d // indirect
golang.org/x/exp v0.0.0-20260112195511-716be5621a96 // indirect
golang.org/x/sys v0.40.0 // indirect
golang.org/x/term v0.39.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)