Spaces:
Running
Running
Update app.py
Browse files
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
|
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):
|