ccm commited on
Commit
08a82a5
·
verified ·
1 Parent(s): 985ae96

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ publication_vectorstore = langchain_community.vectorstores.FAISS.load_local(
68
 
69
  # Create the callable LLM
70
  llm = transformers.pipeline(
71
- task="text-generation", model="Qwen/Qwen2.5-3B-Instruct-GPTQ-Int4", device="cuda"
72
  )
73
 
74
 
 
68
 
69
  # Create the callable LLM
70
  llm = transformers.pipeline(
71
+ task="text-generation", model="Qwen/Qwen2.5-7B-Instruct-GPTQ-Int4", device="cuda"
72
  )
73
 
74