Commit Graph

6 Commits

Author SHA1 Message Date
Piotr Stankiewicz 6d72f943f6 Make sure I don't commit vendor/ again
Signed-off-by: Piotr Stankiewicz <piotr.stankiewicz@docker.com>
2025-08-22 17:05:56 +02:00
Dorin Geman 37cb60ff21
Add bin subdirectory to updated llama.cpp path
By doing this, both the binary and the libs will be in the updated-inference directory.

Signed-off-by: Dorin Geman <dorin.geman@docker.com>
2025-05-30 15:40:37 +03:00
Ignasi ddfe6b6b85
Add pull model tests (#40)
* - Change default folder of model store to models-store
- Add models-store to .gitignore

Otherwise the files in models package are ignored by git

* Add a test to verify expected content type on pull
2025-05-29 10:56:17 +02:00
Dorin Geman 775a5becde
gitignore: Ignore models/ which is the default MODELS_PATH in Makefile
Signed-off-by: Dorin Geman <dorin.geman@docker.com>
2025-05-07 18:56:12 +03:00
Ignasi 7545f180cd
Adds makefile (#20)
* Adds Makefile for local development

* Fix chat completions example request

* Added delete example
2025-04-25 09:38:54 +02:00
Dorin Geman 906f6bb446 Add .gitignore
Signed-off-by: Dorin Geman <dorin.geman@docker.com>
2025-04-09 16:26:50 +03:00