Skip to content

Instantly share code, notes, and snippets.

@noveoko
Created November 1, 2022 16:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save noveoko/055bb54a3d56df8dd1ac3f9177070782 to your computer and use it in GitHub Desktop.
Save noveoko/055bb54a3d56df8dd1ac3f9177070782 to your computer and use it in GitHub Desktop.
Install Ludwig
python -m venv venv
source ./venv/bin/activate
pip install --upgrade pip
pip install "tensorflow-io-gcs-filesystem==0.21.0"
pip install --upgrade --no-deps --force-reinstall "cupy-cuda114"
pip install --upgrade --no-deps --force-reinstall "distributed==2021.09.1"
pip install --upgrade --no-deps --force-reinstall "dask==2021.09.1"
pip install ludwig
pip install torch -f https://download.pytorch.org/whl/cu113/torch_stable.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment