Spaces:
Build error
Build error
Update main.py
Browse files
main.py
CHANGED
@@ -6,7 +6,7 @@ from llama_cpp import Llama
|
|
6 |
|
7 |
# Model loading with specified path and configuration
|
8 |
llm = Llama(
|
9 |
-
model_path="
|
10 |
n_ctx=4096, # Maximum number of tokens for context (input + output)
|
11 |
n_threads=2, # Number of CPU cores used
|
12 |
)
|
|
|
6 |
|
7 |
# Model loading with specified path and configuration
|
8 |
llm = Llama(
|
9 |
+
model_path="Llama-3.2-3B-Instruct-Q8_0.gguf", # Update the path as necessary
|
10 |
n_ctx=4096, # Maximum number of tokens for context (input + output)
|
11 |
n_threads=2, # Number of CPU cores used
|
12 |
)
|