vincentoh commited on
Commit
ee7aec0
1 Parent(s): 9108a7a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md CHANGED
@@ -8,6 +8,35 @@ base_model: unsloth/codellama-34b-bnb-4bit
8
  Unsloth base model Code Llama2 34b (https://huggingface.co/unsloth/codellama-34b-bnb-4bit)
9
  trained on Alpaca to create Instruct model
10
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  ### Framework versions
12
 
13
  - Unsloth
 
8
  Unsloth base model Code Llama2 34b (https://huggingface.co/unsloth/codellama-34b-bnb-4bit)
9
  trained on Alpaca to create Instruct model
10
 
11
+ ```
12
+
13
+
14
+ Tue Apr 30 18:21:29 2024
15
+ +---------------------------------------------------------------------------------------+
16
+ | NVIDIA-SMI 535.129.03 Driver Version: 535.129.03 CUDA Version: 12.2 |
17
+ |-----------------------------------------+----------------------+----------------------+
18
+ | GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC |
19
+ | Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. |
20
+ | | | MIG M. |
21
+ |=========================================+======================+======================|
22
+ | 0 NVIDIA A100-SXM4-40GB On | 00000000:07:00.0 Off | 0 |
23
+ | N/A 75C P0 389W / 400W | 20959MiB / 40960MiB | 100% Default |
24
+ | | | Disabled |
25
+ +-----------------------------------------+----------------------+----------------------+
26
+
27
+ +---------------------------------------------------------------------------------------+
28
+ | Processes: |
29
+ | GPU GI CI PID Type Process name GPU Memory |
30
+ | ID ID Usage |
31
+ |=======================================================================================|
32
+ | 0 N/A N/A 9175 C python 20938MiB |
33
+ +---------------------------------------------------------------------------------------+
34
+
35
+
36
+ ```
37
+
38
+
39
+
40
  ### Framework versions
41
 
42
  - Unsloth