Update README.md
Browse files
README.md
CHANGED
@@ -19,7 +19,6 @@ pip install --no-deps trl peft accelerate bitsandbytes triton xformers
|
|
19 |
|
20 |
from operator import index
|
21 |
from unsloth import FastLanguageModel
|
22 |
-
from unsloth import FastLanguageModel
|
23 |
import torch
|
24 |
|
25 |
max_seq_length = 2048 # Choose any! Llama 3 is up to 8k
|
|
|
19 |
|
20 |
from operator import index
|
21 |
from unsloth import FastLanguageModel
|
|
|
22 |
import torch
|
23 |
|
24 |
max_seq_length = 2048 # Choose any! Llama 3 is up to 8k
|