eibeel commited on
Commit
e24ff62
1 Parent(s): 466026d

Update LLAMA_Fine-Tuning.py

Browse files
Files changed (1) hide show
  1. LLAMA_Fine-Tuning.py +3 -2
LLAMA_Fine-Tuning.py CHANGED
@@ -9,11 +9,12 @@ Original file is located at
9
  # Fine-tune Llama 3 in Google Colab
10
  """
11
 
 
12
  !pip install -q accelerate==0.21.0 peft==0.4.0 bitsandbytes==0.40.2 transformers==4.31.0 trl==0.4.7
13
-
14
  !pip install datasets
15
-
16
  !pip install --upgrade accelerate peft bitsandbytes transformers trl
 
 
17
 
18
  import os
19
  import torch
 
9
  # Fine-tune Llama 3 in Google Colab
10
  """
11
 
12
+ """
13
  !pip install -q accelerate==0.21.0 peft==0.4.0 bitsandbytes==0.40.2 transformers==4.31.0 trl==0.4.7
 
14
  !pip install datasets
 
15
  !pip install --upgrade accelerate peft bitsandbytes transformers trl
16
+ """
17
+
18
 
19
  import os
20
  import torch