This pull request introduces support for Code Llama models with GGUF format. High level changes:
New docker-compose-gguf.yml file: A separate configuration file has been created to handle the specific requirements of GGUF models.
Updates to docker-compose.yml and docker-compose-mac.yml files: The existing configuration files have been modified to include configurations for the new models and existing GGML models.
Modifications to run.sh and run-mac.sh files: The startup scripts have been updated to include support for the new models, and model-specific configurations, and improved model handling.
This pull request introduces support for Code Llama models with GGUF format. High level changes:
New
docker-compose-gguf.yml
file: A separate configuration file has been created to handle the specific requirements of GGUF models.Updates to
docker-compose.yml
anddocker-compose-mac.yml
files: The existing configuration files have been modified to include configurations for the new models and existing GGML models.Modifications to
run.sh
andrun-mac.sh
files: The startup scripts have been updated to include support for the new models, and model-specific configurations, and improved model handling.