Omkar008 commited on
Commit
1195548
·
verified ·
1 Parent(s): bc0e18d

Update llm.py

Browse files
Files changed (1) hide show
  1. llm.py +0 -1
llm.py CHANGED
@@ -3,7 +3,6 @@ from pydantic import BaseModel
3
  from llama_cpp import Llama
4
  import subprocess
5
 
6
-
7
  # Initialize the LLM once when the application starts
8
  llm = Llama(
9
  model_path="llama-3.2-1b-instruct-q4_k_m.gguf"
 
3
  from llama_cpp import Llama
4
  import subprocess
5
 
 
6
  # Initialize the LLM once when the application starts
7
  llm = Llama(
8
  model_path="llama-3.2-1b-instruct-q4_k_m.gguf"