TPU VM source backup

Public source backup created on 2026-07-30 from t1v-n-62b163f7-w-0. It preserves working-tree files, including uncommitted source changes, but intentionally excludes credentials, .git, virtual environments, caches, Python bytecode, logs, and Weights & Biases run data.

Restore source

python3 -m pip install -U huggingface_hub
mkdir -p /home/thanhlamtba31
hf download LamTNguyen/tpu-vm-source-20260730 --local-dir /home/thanhlamtba31

Recreate the Self-Flow environment

cd /home/thanhlamtba31/Self-Flow
python3.10 -m venv .venv
.venv/bin/python -m pip install -U pip
.venv/bin/python -m pip install -r requirements.txt
.venv/bin/python - <<'PY'
import jax
print("Backend:", jax.default_backend())
print("Devices:", jax.devices())
PY

Use /home/thanhlamtba31/Self-Flow/.venv/bin/python for Self-Flow commands.

Recreate the reproduce_ICML environment

cd /home/thanhlamtba31/reproduce_ICML
python3.11 -m venv .venv-tpu
.venv-tpu/bin/python -m pip install -U pip
.venv-tpu/bin/python -m pip install -r requirements-tpu.txt

Restore data, models, checkpoints, and experiments

hf download LamTNguyen/tpu-vm-data-20260730 --repo-type dataset --local-dir /home/thanhlamtba31/data
hf download LamTNguyen/tpu-vm-models-20260730 --local-dir /home/thanhlamtba31/models
hf download LamTNguyen/tpu-vm-checkpoints-20260730 --local-dir /home/thanhlamtba31/checkpoints
hf download LamTNguyen/tpu-vm-experiments-20260730 --repo-type dataset --local-dir /home/thanhlamtba31/experiments

Original Git remotes:

  • Self-Flow: https://github.com/thanhlamauto/Self-Flow.git (working branch was feat/depth-shortcut-output-distill)
  • guided-diffusion: https://github.com/openai/guided-diffusion.git (working branch was main)
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support