Do0rMaMu commited on
Commit
2338c5f
·
verified ·
1 Parent(s): b3a402c

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -0
main.py CHANGED
@@ -5,6 +5,7 @@ from llama_cpp import Llama
5
  import os
6
  os.environ["HF_HOME"] = "./cache"
7
 
 
8
  # Load the Llama model with the specified path and configuration
9
  llm = Llama.from_pretrained(
10
  repo_id="bartowski/Llama-3.2-3B-Instruct-GGUF", # Replace with the actual model repository ID
 
5
  import os
6
  os.environ["HF_HOME"] = "./cache"
7
 
8
+
9
  # Load the Llama model with the specified path and configuration
10
  llm = Llama.from_pretrained(
11
  repo_id="bartowski/Llama-3.2-3B-Instruct-GGUF", # Replace with the actual model repository ID