-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
23 lines (19 loc) · 697 Bytes
/
go.mod
File metadata and controls
23 lines (19 loc) · 697 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/scriptmaster/hf_transformers_go
go 1.23.0
toolchain go1.24.11
require (
github.com/flosch/pongo2/v6 v6.0.0
github.com/joho/godotenv v1.5.1
github.com/sugarme/tokenizer v0.3.0
github.com/yalue/onnxruntime_go v1.24.0
)
require (
github.com/emirpasic/gods v1.18.1 // indirect
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible // 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
golang.org/x/text v0.25.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)