Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ dtype = None # None for auto detection. Float16 for Tesla T4, V100, Bfloat16 for
|
|
9 |
load_in_4bit = True # Use 4bit quantization to reduce memory usage. Can be False.
|
10 |
|
11 |
model, tokenizer = FastLanguageModel.from_pretrained(
|
12 |
-
model_name = "umair894/
|
13 |
max_seq_length = max_seq_length,
|
14 |
dtype = dtype,
|
15 |
load_in_4bit = load_in_4bit,
|
|
|
9 |
load_in_4bit = True # Use 4bit quantization to reduce memory usage. Can be False.
|
10 |
|
11 |
model, tokenizer = FastLanguageModel.from_pretrained(
|
12 |
+
model_name = "umair894/llama3", #_1e
|
13 |
max_seq_length = max_seq_length,
|
14 |
dtype = dtype,
|
15 |
load_in_4bit = load_in_4bit,
|