Update README.md
Browse files
README.md
CHANGED
@@ -1 +1,44 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
```
|
2 |
+
|
3 |
+
# code
|
4 |
+
https://huggingface.co/vincentoh/llama3_70b_no_robot_fsdp_qlora
|
5 |
+
|
6 |
+
|
7 |
+
# model
|
8 |
+
wget "https://huggingface.co/vincentoh/llama3-70b-GGUF/blob/main/vincentoh/llama3-70b-GGUF"
|
9 |
+
|
10 |
+
# memory usage
|
11 |
+
Thu May 16 15:53:07 2024
|
12 |
+
+---------------------------------------------------------------------------------------+
|
13 |
+
| NVIDIA-SMI 535.129.03 Driver Version: 535.129.03 CUDA Version: 12.2 |
|
14 |
+
|-----------------------------------------+----------------------+----------------------+
|
15 |
+
| GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC |
|
16 |
+
| Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. |
|
17 |
+
| | | MIG M. |
|
18 |
+
|=========================================+======================+======================|
|
19 |
+
| 0 NVIDIA H100 PCIe On | 00000000:08:00.0 Off | 0 |
|
20 |
+
| N/A 37C P0 76W / 350W | 40441MiB / 81559MiB | 24% Default |
|
21 |
+
| | | Disabled |
|
22 |
+
+-----------------------------------------+----------------------+----------------------+
|
23 |
+
|
24 |
+
+---------------------------------------------------------------------------------------+
|
25 |
+
| Processes: |
|
26 |
+
| GPU GI CI PID Type Process name GPU Memory |
|
27 |
+
| ID ID Usage |
|
28 |
+
|=======================================================================================|
|
29 |
+
| 0 N/A N/A 17735 C ./main 40428MiB |
|
30 |
+
|
31 |
+
|
32 |
+
|
33 |
+
|
34 |
+
<|begin_of_text|>Why is the sky blue? The sky is blue due to a phenomenon called Rayleigh scattering. This scattering refers to the scattering of electromagnetic radiation (light) by particles much smaller than the wavelength of the light. The short-wavelength blue light is scattered more than the other colors of visible light, resulting in more blue light reaching the observer than the other colors of light.<|end_of_text|> [end of text]
|
35 |
+
|
36 |
+
llama_print_timings: load time = 6244.37 ms
|
37 |
+
llama_print_timings: sample time = 4.39 ms / 69 runs ( 0.06 ms per token, 15710.38 tokens per second)
|
38 |
+
llama_print_timings: prompt eval time = 90.86 ms / 7 tokens ( 12.98 ms per token, 77.05 tokens per second)
|
39 |
+
llama_print_timings: eval time = 2334.73 ms / 68 runs ( 34.33 ms per token, 29.13 tokens per second)
|
40 |
+
llama_print_timings: total time = 2486.72 ms / 75 tokens
|
41 |
+
Log end
|
42 |
+
|
43 |
+
|
44 |
+
```
|