text stringlengths 9 52 |
|---|
accelerate==1.10.1 |
aiofiles==24.1.0 |
aiohappyeyeballs==2.6.1 |
aiohttp==3.13.5 |
aiohttp-cors==0.8.1 |
aiohttp-retry==2.9.1 |
aiosignal==1.4.0 |
aiosqlite==0.22.1 |
alembic==1.18.1 |
annotated-doc==0.0.4 |
annotated-types==0.7.0 |
anthropic==0.47.2 |
antlr4-python3-runtime==4.9.3 |
anyio==4.13.0 |
apache-tvm-ffi==0.1.9 |
astor==0.8.1 |
asyncpg==0.31.0 |
attrs==26.1.0 |
audioread==3.1.0 |
av==16.1.0 |
backoff==2.2.1 |
bcrypt==4.0.1 |
beautifulsoup4==4.14.3 |
bespokelabs-curator==0.1.26 |
bitsandbytes==0.49.1 |
blake3==1.0.8 |
bracex==2.6 |
brotli==1.2.0 |
bs4==0.0.2 |
cachetools==6.2.6 |
casbin==1.43.0 |
cbor2==5.8.0 |
certifi==2026.2.25 |
cffi==2.0.0 |
charset-normalizer==3.4.7 |
claude-agent-sdk==0.1.24 |
click==8.3.1 |
cloudpickle==3.1.2 |
cmake==4.2.3 |
colorama==0.4.6 |
colorful==0.5.8 |
compressed-tensors==0.13.0 |
conda-pack==0.9.1 |
contourpy==1.3.3 |
cryptography==46.0.5 |
cuda-bindings==13.1.1 |
cuda-pathfinder==1.4.0 |
cuda-python==13.1.1 |
cupy-cuda12x==14.0.1 |
cycler==0.12.1 |
datasets==4.7.0 |
daytona==0.167.0 |
daytona_api_client==0.167.0 |
daytona_api_client_async==0.167.0 |
daytona_toolbox_api_client==0.167.0 |
daytona_toolbox_api_client_async==0.167.0 |
decorator==5.2.1 |
deep_ep==1.2.1+73b6ea4 |
deepspeed==0.18.0 |
Deprecated==1.3.1 |
deprecation==2.1.0 |
depyf==0.20.0 |
dill==0.3.8 |
dirhash==0.5.0 |
diskcache==5.6.3 |
distlib==0.4.0 |
distro==1.9.0 |
dnspython==2.8.0 |
dockerfile-parse==2.0.1 |
docstring_parser==0.17.0 |
durationpy==0.10 |
dynamic-semaphore==0.1.0 |
e2b==2.12.1 |
einops==0.8.2 |
email-validator==2.3.0 |
environs==14.5.0 |
eval_type_backport==0.3.1 |
fastapi==0.135.1 |
fastapi-cli==0.0.24 |
fastapi-cloud-cli==0.14.0 |
fastar==0.8.0 |
fastrlock==0.8.3 |
fastuuid==0.14.0 |
ffmpy==1.0.0 |
filelock==3.20.0 |
fire==0.7.1 |
flash_attn==2.8.3+cu130torch2.9 |
flashinfer-python==0.6.3 |
fonttools==4.61.1 |
frozenlist==1.8.0 |
fsspec==2025.3.0 |
gguf==0.18.0 |
gitdb==4.0.12 |
gitdb2==4.0.2 |
GitPython==3.0.6 |
google-api-core==2.29.0 |
google-api-python-client==2.188.0 |
google-auth==2.48.0 |
google-auth-httplib2==0.3.0 |
google-cloud-aiplatform==1.71.1 |
End of preview. Expand in Data Studio
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
otagent conda env snapshot — JSC Jupiter — 2026-05-13
Snapshot of the otagent conda environment on JSC Jupiter (GH200 aarch64,
Python 3.12, CUDA 13). Built with conda-pack for fidelity preservation of
the locally-built vLLM 0.16.0 wheel and all transitive deps.
Files
otagent-jupiter-2026-05-13.tar.gz— packed environment (built viaconda-pack)pack.log— build logenv.yml—conda env exportoutput (for cross-checking)pip_freeze.txt—pip list --format=freezeoutput
Source environment
- Cluster: JSC Jupiter (GH200 96GB aarch64, CUDA 13)
- Path:
/e/scratch/jureap59/feuer1/miniforge3/envs/otagent/ - Size on disk: 14GB
- Python: 3.12
- Key packages: vllm 0.16.0 (locally-built from
/e/data1/datasets/playground/ot-baf/wheels/vllm-0.16.0-cp312-cp312-linux_aarch64_otagent.whl), torch 2.9.x, flash-attn (aarch64+cu130+torch2.9 prebuilt), Harbor/SkyRL/OT-Agent dependencies.
NOT included (editable installs)
The pack excludes three editable installs (--ignore-editable-packages). After
restoring, you must git clone and pip install -e . these:
| Project | Source path | Repo |
|---|---|---|
| Harbor | /e/scratch/jureap59/feuer1/harbor | laude-institute/harbor |
| OpenThoughts-Agent | /e/home/jusers/feuer1/jupiter/OpenThoughts-Agent | open-thoughts/OpenThoughts-Agent |
| llamafactory | submodule of OpenThoughts-Agent | open-thoughts/LLaMA-Factory (submodule) |
Restore
# 1. Download the tarball from HF
hf download laion/otagent-jupiter-2026-05-13 --repo-type dataset \
--include 'otagent-jupiter-2026-05-13.tar.gz' --local-dir /tmp/otagent-restore
# 2. Extract into target env dir (must be aarch64+CUDA13-compatible host)
mkdir -p $ENV_PATH
tar xzf /tmp/otagent-restore/otagent-jupiter-2026-05-13.tar.gz -C $ENV_PATH
# 3. Fix path shebangs and conda hooks
$ENV_PATH/bin/conda-unpack
# 4. Activate
source $ENV_PATH/bin/activate
# 5. Restore editable installs (if needed)
pip install -e /path/to/harbor
pip install -e /path/to/OpenThoughts-Agent
Compatibility notes
- Target architecture: aarch64 (GH200 / NVIDIA Grace). Will NOT work on x86_64.
- CUDA: built against CUDA 13 / driver in JSC's 2026 software stack.
- PyTorch: 2.9.x stack; mixed pip+conda install (causes the
--ignore-missing-filesflag during pack). - vLLM: 0.16.0, built locally for Python 3.12 aarch64. Triggers a
Failed to read commit hashRuntimeWarning at import (benign).
- Downloads last month
- 25