forked from open-webui/open-webui
Merge branch 'dev' into dockerfile-optimisation
This commit is contained in:
commit
f669c0e78e
34 changed files with 1644 additions and 380 deletions
|
@ -3,7 +3,7 @@
|
|||
# use build args in the docker build commmand with --build-arg="BUILDARG=true"
|
||||
ARG USE_CUDA=false
|
||||
ARG USE_OLLAMA=false
|
||||
# Tested with cu117 for CUDA 11 and cu121 for CUDA 12 (default)
|
||||
# Tested with cu117 for CUDA 11 and cu121 for CUDA 12 (default)
|
||||
ARG USE_CUDA_VER=cu121
|
||||
# any sentence transformer model; models to use can be found at https://huggingface.co/models?library=sentence-transformers
|
||||
# Leaderboard: https://huggingface.co/spaces/mteb/leaderboard
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue