Skip to content

Commit

Permalink
docs: add Nomic-Embed-Text to air gapped deployment model downloading (
Browse files Browse the repository at this point in the history
  • Loading branch information
wsxiaoys authored Jul 25, 2024
1 parent f180daa commit a52f0e7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ FROM tabbyml/tabby
ENV TABBY_MODEL_CACHE_ROOT=/models
RUN /opt/tabby/bin/tabby-cpu download --model StarCoder-1B
RUN /opt/tabby/bin/tabby-cpu download --model Nomic-Embed-Text
```

The **TABBY_MODEL_CACHE_ROOT** env var sets the directory for saving downloaded models. By setting `ENV TABBY_MODEL_CACHE_ROOT=/models`, we instruct Tabby to save the downloaded model files in the `/models` directory within the Docker container during the build process.
Expand Down

0 comments on commit a52f0e7

Please sign in to comment.