Skip to content

Commit

Permalink
uncomment
Browse files Browse the repository at this point in the history
  • Loading branch information
avouacr committed Jun 19, 2024
1 parent 7a19f0c commit e02f1b2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,9 @@

# Import vector DB
export MC_HOST_s3=https://$AWS_ACCESS_KEY_ID:$AWS_SECRET_ACCESS_KEY@$AWS_S3_ENDPOINT
export S3_BUCKET='projet-llm-insee-open-data'
# mc cp --recursive s3/$S3_BUCKET/data/chroma_database/chroma_db/ data/chroma_db
mc cp --recursive s3/$S3_BUCKET/data/chroma_database/chroma_db/ data/chroma_db

# Cache LLM
export LLM_MODEL_NAME=mistralai/Mistral-7B-Instruct-v0.2
export EMB_MODEL_NAME=OrdalieTech/Solon-embeddings-large-0.1
python -m src.model_building.fetch_llm_model 2>&1

# Run app
Expand Down

0 comments on commit e02f1b2

Please sign in to comment.