sushruthsam commited on
Commit
5adf0e4
·
verified ·
1 Parent(s): dcce504

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -5,7 +5,6 @@ from ctransformers import AutoModelForCausalLM
5
  llm = AutoModelForCausalLM.from_pretrained(
6
  model_path_or_repo_id="mistral-7b-instruct-v0.1.Q2_K.gguf",
7
  model_type="mistral",
8
- gpu_layers = 5
9
  )
10
 
11
  st.title("Conversational Chat with Mistral 🦙🗨️")
 
5
  llm = AutoModelForCausalLM.from_pretrained(
6
  model_path_or_repo_id="mistral-7b-instruct-v0.1.Q2_K.gguf",
7
  model_type="mistral",
 
8
  )
9
 
10
  st.title("Conversational Chat with Mistral 🦙🗨️")