Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import torch
|
|
4 |
|
5 |
# Hugging Face repository details
|
6 |
# MODEL_ID = "meta-llama/CodeLlama-7b-Instruct-hf"
|
7 |
-
MODEL_ID = "meta-llama/Llama-3.1-8B
|
8 |
|
9 |
def load_model():
|
10 |
"""Load the Hugging Face model and tokenizer."""
|
|
|
4 |
|
5 |
# Hugging Face repository details
|
6 |
# MODEL_ID = "meta-llama/CodeLlama-7b-Instruct-hf"
|
7 |
+
MODEL_ID = "meta-llama/Llama-3.1-8B"
|
8 |
|
9 |
def load_model():
|
10 |
"""Load the Hugging Face model and tokenizer."""
|