2 Star 4 Fork 4

GPUStack/gguf-parser-go

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
go.mod 756 Bytes
一键复制 编辑 原始数据 按行查看 历史
thxCode 提交于 2025-07-14 18:31 +08:00 . refactor: use ipv4 dns lookup at first
module github.com/gpustack/gguf-parser-go
go 1.22.0
toolchain go1.22.9
require (
github.com/davecgh/go-spew v1.1.1
github.com/henvic/httpretty v0.1.4
github.com/json-iterator/go v1.1.12
github.com/smallnest/ringbuffer v0.0.0-20241116012123-461381446e3d
github.com/stretchr/testify v1.9.0
golang.org/x/crypto v0.29.0
golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f
golang.org/x/sync v0.9.0
golang.org/x/sys v0.27.0
golang.org/x/tools v0.27.0
gonum.org/v1/gonum v0.15.1
)
require (
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/mod v0.22.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/gpustack/gguf-parser-go.git
git@gitee.com:gpustack/gguf-parser-go.git
gpustack
gguf-parser-go
gguf-parser-go
main

搜索帮助