"...git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "f04164378aab5e8dbe7330fdd6748ea216de996a"
Merge pull request #1146 from dhiltgen/ext_server_cgo
Add cgo implementation for llama.cpp
Showing
| ... | @@ -7,7 +7,7 @@ require ( | ... | @@ -7,7 +7,7 @@ require ( |
| github.com/gin-gonic/gin v1.9.1 | github.com/gin-gonic/gin v1.9.1 | ||
| github.com/olekukonko/tablewriter v0.0.5 | github.com/olekukonko/tablewriter v0.0.5 | ||
| github.com/spf13/cobra v1.7.0 | github.com/spf13/cobra v1.7.0 | ||
| github.com/stretchr/testify v1.8.3 | github.com/stretchr/testify v1.8.4 | ||
| golang.org/x/sync v0.3.0 | golang.org/x/sync v0.3.0 | ||
| ) | ) | ||
| ... | ... |
gpu/gpu.go
0 → 100644
gpu/gpu_darwin.go
0 → 100644
gpu/gpu_info.h
0 → 100644
gpu/gpu_info_cpu.c
0 → 100644
gpu/gpu_info_cuda.c
0 → 100644
gpu/gpu_info_cuda.h
0 → 100644
gpu/gpu_info_rocm.c
0 → 100644
gpu/gpu_info_rocm.h
0 → 100644
gpu/gpu_test.go
0 → 100644
gpu/types.go
0 → 100644
llm/dynamic_shim.c
0 → 100644
Please register or sign in to comment