Views
No views yet
AdnanRiaz107/CodeLLAMA3-8BI-APPS via the ggml.ai's GGUF-my-lora space.
Refer to the original adapter repository for more details.1# with cli
2llama-cli -m base_model.gguf --lora CodeLLAMA3-8BI-APPS-f16.gguf (...other args)
3
4# with server
5llama-server -m base_model.gguf --lora CodeLLAMA3-8BI-APPS-f16.gguf (...other args)