mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-04-17 18:18:11 +00:00
docs: placeholder for model downloads folder (#446)
This commit is contained in:
parent
d094cc3c10
commit
1e98da07bc
3 changed files with 8 additions and 2 deletions
server/storage/models
3
server/storage/models/.gitignore
vendored
3
server/storage/models/.gitignore
vendored
|
@ -1,2 +1,3 @@
|
|||
Xenova
|
||||
downloaded/*
|
||||
downloaded/*
|
||||
!downloaded/.placeholder
|
|
@ -30,4 +30,8 @@ If you would like to use a local Llama compatible LLM model for chatting you can
|
|||
> If running in Docker you should be running the container to a mounted storage location on the host machine so you
|
||||
> can update the storage files directly without having to re-download or re-build your docker container. [See suggested Docker config](../../../README.md#recommended-usage-with-docker-easy)
|
||||
|
||||
All local models you want to have available for LLM selection should be placed in the `storage/models/downloaded` folder. Only `.gguf` files will be allowed to be selected from the UI.
|
||||
> [!NOTE]
|
||||
> `/server/storage/models/downloaded` is the default location that your model files should be at.
|
||||
> Your storage directory may differ if you changed the STORAGE_DIR environment variable.
|
||||
|
||||
All local models you want to have available for LLM selection should be placed in the `server/storage/models/downloaded` folder. Only `.gguf` files will be allowed to be selected from the UI.
|
1
server/storage/models/downloaded/.placeholder
Normal file
1
server/storage/models/downloaded/.placeholder
Normal file
|
@ -0,0 +1 @@
|
|||
All your .GGUF model file downloads you want to use for chatting should go into this folder.
|
Loading…
Add table
Reference in a new issue