Skip to content

Commit

Permalink
changing llama back to meta llam2-13b
Browse files Browse the repository at this point in the history
  • Loading branch information
karthiksoman committed Dec 6, 2023
1 parent f32580d commit 1fa5d6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ GPT_CONFIG_FILE : '$HOME/.gpt_config.env'
GPT_API_TYPE : 'azure'

# Llama model name (Refer Hugging face to get the correct name for the model version you would like to use, also make sure you have the right permission to use the model)
LLAMA_MODEL_NAME : 'axiong/PMC_LLaMA_13B'
LLAMA_MODEL_NAME : 'meta-llama/Llama-2-13b-chat-hf'
LLAMA_MODEL_BRANCH : 'main'

# Path for caching LLM model files (When the model gets downloaded from hugging face, it will be saved in this path)
Expand Down

0 comments on commit 1fa5d6b

Please sign in to comment.