"git@developer.sourcefind.cn:OpenDAS/lmdeploy.git" did not exist on "68fa4b9a6566059c6ead5ec46d3314cfd73ca18f"
Merge pull request #1819 from dhiltgen/multi_variant
Support multiple LLM libs; ROCm v5 and v6; Rosetta, AVX, and AVX2 compatible CPU builds
Showing
| ... | @@ -45,7 +45,7 @@ require ( | ... | @@ -45,7 +45,7 @@ require ( |
| golang.org/x/crypto v0.14.0 | golang.org/x/crypto v0.14.0 | ||
| golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63 | golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63 | ||
| golang.org/x/net v0.17.0 // indirect | golang.org/x/net v0.17.0 // indirect | ||
| golang.org/x/sys v0.13.0 // indirect | golang.org/x/sys v0.13.0 | ||
| golang.org/x/term v0.13.0 | golang.org/x/term v0.13.0 | ||
| golang.org/x/text v0.13.0 // indirect | golang.org/x/text v0.13.0 // indirect | ||
| google.golang.org/protobuf v1.30.0 // indirect | google.golang.org/protobuf v1.30.0 // indirect | ||
| ... | ... |
gpu/cpu_common.go
0 → 100644
Please register or sign in to comment