Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Create a codegate_volume directory. #284

Merged
merged 2 commits into from
Dec 11, 2024
Merged

Conversation

aponcedeleonch
Copy link
Contributor

The purpose of the directory is to have a single directory that can be mounted in the host and share files with the container.

For the moment it contains 2 subdirectories:

  • /models: Meant to share models with the container
  • /db: Meant to persist the database created by CodeGate between container runs

The purpose of the directory is to have a single directory that
can be mounted in the host and share files with the container.

For the moment it contains 2 subdirectories:
- `/models`: Meant to share models with the container
- `/db`: Meant to persist the database created by CodeGate between container runs
chat_model_n_ctx: int = 32768
chat_model_n_gpu_layers: int = -1
embedding_model: str = "all-minilm-L6-v2-q5_k_m.gguf"
db_path: Optional[str] = None

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will add some docs on a future PR, will merge this one to start working with codegate_volume on the upcoming PR for creating certs.

@aponcedeleonch aponcedeleonch merged commit 2858038 into main Dec 11, 2024
3 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants