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
make install: install appropriate PyTorch & create .venv
pip
pip install .: install main dependencies
pip install .[dev]: install sub dependencies for developpment
pip install .[cpu]: install PyTorch for cpu
pip install .[gpu]: install PyTorch for gpu
google colab
run first cell
How to enjoy tutorials
marimo/*.py (marimo notebook, recommended)
(uv run) marimo edit marimo/*.py
jupyter/*.ipynb (jupyter notebook)
open them in you favorite editor (vscode, jupyter, google colab ...)
src/*py (source code to run on miyabi)
qsub script/job.sh
Issues
When attempting to build the environment on Miyabi with uv, it throws an error due to compatibility issues with torchcodec. Since torchcodec is not used for fine-tuning, please remove it from the dependencies on pyproject.toml.