Skip to content
Snippets Groups Projects
Commit 910b47db authored by Andreas Müller's avatar Andreas Müller
Browse files

Upload New File

parent d49e0cc7
Branches
No related tags found
No related merge requests found
%% Cell type:code id: tags:
``` python
!nvidia-smi
```
%% Output
Thu Oct 19 17:07:57 2023
+---------------------------------------------------------------------------------------+
| NVIDIA-SMI 545.84 Driver Version: 545.84 CUDA Version: 12.3 |
|-----------------------------------------+----------------------+----------------------+
| GPU Name TCC/WDDM | Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|=========================================+======================+======================|
| 0 NVIDIA GeForce GTX 1050 ... WDDM | 00000000:02:00.0 Off | N/A |
| N/A 41C P8 N/A / ERR! | 0MiB / 4096MiB | 0% Default |
| | | N/A |
+-----------------------------------------+----------------------+----------------------+
+---------------------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=======================================================================================|
+---------------------------------------------------------------------------------------+
%% Cell type:code id: tags:
``` python
import accelerate
import transformers
import json
REPO_ID = "decapoda-research/llama-7b-hf"
```
%% Output
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
<ipython-input-4-c5cfb37a7651> in <module>
----> 1 import accelerate
2 import transformers
3 import json
4 REPO_ID = ""
ModuleNotFoundError: No module named 'accelerate'
%% Cell type:code id: tags:
``` python
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment