-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpixi.toml
More file actions
34 lines (31 loc) · 1.46 KB
/
pixi.toml
File metadata and controls
34 lines (31 loc) · 1.46 KB
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
28
29
30
31
32
33
34
[workspace]
authors = ["wh-wang132 <1756161456@qq.com>"]
channels = [
"https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge",
"https://repo.huaweicloud.com/ascend/repos/conda"
]
name = "ResNet"
platforms = ["linux-64"]
version = "0.1.0"
[pypi-options]
index-url = "https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple"
extra-index-urls = ["https://mirrors.ustc.edu.cn/pypi/web/simple"]
[tasks]
autorun-base-model = "REPO_ROOT=$PIXI_PROJECT_ROOT PYTHONPATH=$PIXI_PROJECT_ROOT/src /bin/sh autorun/autorun_base_model.sh"
autorun-pruning = "REPO_ROOT=$PIXI_PROJECT_ROOT PYTHONPATH=$PIXI_PROJECT_ROOT/src /bin/sh autorun/autorun_pruning.sh"
autorun-qat = "REPO_ROOT=$PIXI_PROJECT_ROOT PYTHONPATH=$PIXI_PROJECT_ROOT/src /bin/sh autorun/autorun_qat.sh"
autorun-onnx = "REPO_ROOT=$PIXI_PROJECT_ROOT PYTHONPATH=$PIXI_PROJECT_ROOT/src /bin/sh autorun/autorun_onnx.sh"
autorun-amct = "REPO_ROOT=$PIXI_PROJECT_ROOT PYTHONPATH=$PIXI_PROJECT_ROOT/src /bin/sh autorun/autorun_amct.sh"
autorun-atc = "REPO_ROOT=$PIXI_PROJECT_ROOT PYTHONPATH=$PIXI_PROJECT_ROOT/src /bin/sh autorun/autorun_atc.sh"
autorun-thesis-figures = "REPO_ROOT=$PIXI_PROJECT_ROOT PYTHONPATH=$PIXI_PROJECT_ROOT/src /bin/sh autorun/autorun_thesis_figures.sh"
[dependencies]
gxx = ">=15.2.0,<15.3"
python = "3.12.*"
pip = ">=26.0.1,<27"
decorator = ">=5.2.1,<6"
sympy = ">=1.14.0,<2"
scipy = ">=1.17.1,<2"
attrs = ">=26.1.0,<27"
psutil = ">=7.2.2,<8"
ascend-cann-toolkit = "==8.5.0"
ascend-cann-310b-ops = "==8.5.0"