Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Install no cuda stuff, cpu only for tf and torch
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 ```
- Loading branch information