Do0rMaMu commited on
Commit
0b1ef42
·
verified ·
1 Parent(s): 8743197

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -4,7 +4,7 @@ from llama_cpp import Llama
4
 
5
  # Model loading with specified path and configuration
6
  llm = Llama(
7
- model_path="../Llama-3.2-3B-Instruct-Q8_0.gguf", # Update the path as necessary
8
  n_ctx=4096,
9
  n_threads=2,
10
  )
 
4
 
5
  # Model loading with specified path and configuration
6
  llm = Llama(
7
+ model_path="Llama-3.2-3B-Instruct-Q8_0.gguf", # Update the path as necessary
8
  n_ctx=4096,
9
  n_threads=2,
10
  )