forked from knights-analytics/hugot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
43 lines (40 loc) · 1.56 KB
/
go.mod
File metadata and controls
43 lines (40 loc) · 1.56 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
42
43
module github.com/knights-analytics/hugot
go 1.24.0
require (
github.com/daulet/tokenizers v1.24.0
github.com/gomlx/exceptions v0.0.3
github.com/gomlx/go-huggingface v0.3.1
github.com/gomlx/gomlx v0.24.1
github.com/gomlx/gopjrt v0.9.1
github.com/gomlx/onnx-gomlx v0.3.2
github.com/stretchr/testify v1.11.1
github.com/sugarme/tokenizer v0.3.0
github.com/urfave/cli/v3 v3.6.1
github.com/viant/afs v1.28.0
github.com/yalue/onnxruntime_go v1.22.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/emirpasic/gods v1.18.1 // indirect
github.com/go-errors/errors v1.5.1 // indirect
github.com/go-logr/logr v1.4.3 // indirect
github.com/gofrs/flock v0.13.0 // indirect
github.com/gomlx/stablehlo v0.1.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/schollz/progressbar/v2 v2.15.0 // indirect
github.com/sugarme/regexpset v0.0.0-20200920021344-4d4ec8eaf93c // indirect
github.com/x448/float16 v0.8.4 // indirect
golang.org/x/crypto v0.45.0 // indirect
golang.org/x/exp v0.0.0-20251113190631-e25ba8c21ef6 // indirect
golang.org/x/sys v0.38.0 // indirect
golang.org/x/text v0.31.0 // indirect
google.golang.org/protobuf v1.36.10 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/klog/v2 v2.130.1 // indirect
)