Always dynamically load the llm server library
This switches darwin to dynamic loading, and refactors the code now that no static linking of the library is used on any platform
Showing
| ... | ... | @@ -45,7 +45,7 @@ require ( |
| golang.org/x/crypto v0.14.0 | ||
| golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63 | ||
| 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/text v0.13.0 // indirect | ||
| google.golang.org/protobuf v1.30.0 // indirect | ||
| ... | ... |
gpu/cpu_common.go
0 → 100644
llm/ext_server.go
deleted
100644 → 0
llm/payload_darwin.go
0 → 100644
llm/payload_linux.go
0 → 100644
llm/payload_test.go
0 → 100644
llm/payload_windows.go
0 → 100644
llm/shim_darwin.go
deleted
100644 → 0
Please register or sign in to comment