Unverified Commit d6260fd2 authored by Timothy Jaeryang Baek's avatar Timothy Jaeryang Baek Committed by GitHub
Browse files

Merge pull request #1514 from JanSolo1/EMBBEDING-MODELS-COMMENT-FIX

Comment fix config.py ln 412
parents 18a3f06a 79a4abc3
...@@ -409,7 +409,7 @@ RAG_EMBEDDING_MODEL_AUTO_UPDATE = ( ...@@ -409,7 +409,7 @@ RAG_EMBEDDING_MODEL_AUTO_UPDATE = (
) )
# device type ebbeding models - "cpu" (default), "cuda" (nvidia gpu required) or "mps" (apple silicon) - choosing this right can lead to better performance # device type embbeding models - "cpu" (default), "cuda" (nvidia gpu required) or "mps" (apple silicon) - choosing this right can lead to better performance
USE_CUDA = os.environ.get("USE_CUDA_DOCKER", "false") USE_CUDA = os.environ.get("USE_CUDA_DOCKER", "false")
if USE_CUDA.lower() == "true": if USE_CUDA.lower() == "true":
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment