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
Setup on Windows and Ubuntu takes ages because we install gpu enabled versions of tensorflow and torch, while very few students have a gpu. Especially knowing that torch is only there for the Transformers day.
- Use tensorflow-cpu
- Specify wheel location for torch so it downloads a cpu versions
- Remove all unnecessary nvidia-cu... packages
This reduces the virtualenv size with 4 Gb!
```bash
9.4G ./lewagon
5.4G ./lwlight
```
0 commit comments