Futuresony commited on
Commit
8ea2eaf
·
verified ·
1 Parent(s): 9e566d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from peft import PeftModel # For loading adapter files
5
 
6
  # Path to the base model and adapter
7
  BASE_MODEL_PATH = "unsloth/Llama-3.2-3B-Instruct" # Replace with your base model path
8
- ADAPTER_PATH = "Futuresony/future_ai_12_10_2024.gguf/adapter" # Your Hugging Face repo
9
 
10
  # Function to clean invalid rope_scaling fields in model config
11
  def clean_rope_scaling(config):
 
5
 
6
  # Path to the base model and adapter
7
  BASE_MODEL_PATH = "unsloth/Llama-3.2-3B-Instruct" # Replace with your base model path
8
+ ADAPTER_PATH = "Futuresony/future_ai_12_10_2024.gguf" # Your Hugging Face repo
9
 
10
  # Function to clean invalid rope_scaling fields in model config
11
  def clean_rope_scaling(config):