forked from Large-Trajectory-Model/ATM
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpixi.toml
More file actions
27 lines (26 loc) · 713 Bytes
/
pixi.toml
File metadata and controls
27 lines (26 loc) · 713 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[project]
authors = ["fecet <xiezej@gmail.com>"]
channels = ["nvidia/label/cuda-12.4.0", "nvidia", "pytorch", "conda-forge"]
description = "Add a short description here"
name = "ATM"
platforms = ["linux-64"]
version = "0.1.0"
[tasks]
train = "python -m train_libero_policy_atm --suite libero_goal --track-transformer results/track_transformer/libero_track_transformer_libero-goal/"
[dependencies]
cuda = "12.4.*"
pytorch-cuda = "12.4.*"
cuda-driver-dev = "12.4.*"
pytorch = "*"
torchaudio = "*"
torchvision = "*"
libjpeg-turbo = { channel = "conda-forge" }
ffmpeg = { channel = "conda-forge" }
opencv = "*"
python = "3.10.*"
hydra-core = "*"
lightning = "*"
einops = "*"
natsort = "*"
h5py = "*"
robomimic = "*"