This website requires JavaScript.
Explore
Help
Sign In
third-party-mirrors
/
ollama
Watch
1
Star
0
Fork
1
You've already forked ollama
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
ollama
/
server
History
Daniel Hiltgen
051a3d271c
Add cgo implementation for llama.cpp
...
Run the server.cpp directly inside the Go runtime via cgo while retaining the LLM Go abstractions.
2023-12-12 17:26:43 -08:00
..
auth.go
use http.Method
2023-11-02 13:12:45 -07:00
download.go
exponential backoff up to 30s
2023-11-19 14:32:19 -05:00
images_test.go
fix: only flush template in chat when current role encountered (
#1426
)
2023-12-08 16:44:24 -05:00
images.go
Update images.go
2023-12-12 15:45:00 -08:00
layers.go
refactor layer creation
2023-12-04 16:59:23 -08:00
llm_test.go
Add cgo implementation for llama.cpp
2023-12-12 17:26:43 -08:00
llm_utils_test.go
Add cgo implementation for llama.cpp
2023-12-12 17:26:43 -08:00
manifests.go
refactor layer creation
2023-12-04 16:59:23 -08:00
modelpath_test.go
use int64 consistently
2023-09-28 11:07:24 -07:00
modelpath.go
validate model tags on copy (
#1323
)
2023-11-29 15:54:29 -05:00
routes.go
Add cgo implementation for llama.cpp
2023-12-12 17:26:43 -08:00
upload.go
upload: fix PUT retry
2023-11-29 16:38:35 -08:00