Skip to content

Commit

Permalink
Merge pull request AIAnytime#9 from manjunathshiva/main
Browse files Browse the repository at this point in the history
Fix Repository Not Found Error
  • Loading branch information
AIAnytime authored Sep 2, 2023
2 parents 3d75886 + 45436be commit ffe8712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def retrieval_qa_chain(llm, prompt, db):
def load_llm():
# Load the locally downloaded model here
llm = CTransformers(
model = "llama-2-7b-chat.ggmlv3.q8_0.bin",
model = "TheBloke/Llama-2-7B-Chat-GGML",
model_type="llama",
max_new_tokens = 512,
temperature = 0.5
Expand Down

0 comments on commit ffe8712

Please sign in to comment.