1python3 -m pip install -U huggingface_hub
2mkdir -p /home/thanhlamtba31
3hf download LamTNguyen/tpu-vm-source-20260730 --local-dir /home/thanhlamtba31
1cd /home/thanhlamtba31/Self-Flow
2python3.10 -m venv .venv
3.venv/bin/python -m pip install -U pip
4.venv/bin/python -m pip install -r requirements.txt
5.venv/bin/python - <<'PY'
6import jax
7print("Backend:", jax.default_backend())
8print("Devices:", jax.devices())
9PY
1cd /home/thanhlamtba31/reproduce_ICML
2python3.11 -m venv .venv-tpu
3.venv-tpu/bin/python -m pip install -U pip
4.venv-tpu/bin/python -m pip install -r requirements-tpu.txt
1hf download LamTNguyen/tpu-vm-data-20260730 --repo-type dataset --local-dir /home/thanhlamtba31/data
2hf download LamTNguyen/tpu-vm-models-20260730 --local-dir /home/thanhlamtba31/models
3hf download LamTNguyen/tpu-vm-checkpoints-20260730 --local-dir /home/thanhlamtba31/checkpoints
4hf download LamTNguyen/tpu-vm-experiments-20260730 --repo-type dataset --local-dir /home/thanhlamtba31/experiments