"docs/vscode:/vscode.git/clone" did not exist on "3ee40ff919db9c77f49173a38237a6879cc2390e"
Merge pull request #1146 from dhiltgen/ext_server_cgo
Add cgo implementation for llama.cpp
Showing
| ... | ... | @@ -7,7 +7,7 @@ require ( |
| github.com/gin-gonic/gin v1.9.1 | ||
| github.com/olekukonko/tablewriter v0.0.5 | ||
| 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 | ||
| ) | ||
| ... | ... |
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