You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lauch the `benchmark_quality.py` script to compare the output of single-precision and half-precision models:
110
112
```
111
113
python ./scripts/benchmark_quality.py
112
-
```
114
+
```
115
+
116
+
117
+
### From a docker container
118
+
119
+
The following instructions show how to run the benchmarking program from a docker container on Ubuntu.
120
+
121
+
## Prerequisites
122
+
123
+
### Get a huggingface access token
124
+
125
+
Create a huggingface account.
126
+
Get a [huggingface access token](https://huggingface.co/docs/hub/security-tokens).
127
+
128
+
### Install NVIDIA docker
129
+
130
+
This section can be skipped if the environment already uses [Lambda Stack](https://lambdalabs.com/lambda-stack-deep-learning-software) or if the experiments are running on a [Lambda cloud](https://lambdalabs.com/service/gpu-cloud) instance as docker and `nvidia-container-toolkit` comes pre-installed in these cases.
0 commit comments