Spaces:
Runtime error
Runtime error
updated with the llama 3
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ h1 {
|
|
42 |
"""
|
43 |
|
44 |
# Load the tokenizer and model with quantization
|
45 |
-
model_id = "meta-llama/Meta-Llama-3
|
46 |
bnb_config = BitsAndBytesConfig(
|
47 |
load_in_4bit=True,
|
48 |
bnb_4bit_use_double_quant=True,
|
|
|
42 |
"""
|
43 |
|
44 |
# Load the tokenizer and model with quantization
|
45 |
+
model_id = "meta-llama/Meta-Llama-3-8B-Instruct"
|
46 |
bnb_config = BitsAndBytesConfig(
|
47 |
load_in_4bit=True,
|
48 |
bnb_4bit_use_double_quant=True,
|