File tree Expand file tree Collapse file tree 5 files changed +37
-1
lines changed
Expand file tree Collapse file tree 5 files changed +37
-1
lines changed Original file line number Diff line number Diff line change @@ -157,4 +157,4 @@ cython_debug/
157157# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
158158# and can be added to the global gitignore or merged into this file. For a more nuclear
159159# option (not recommended) you can uncomment the following to ignore the entire idea folder.
160- # .idea/
160+ .idea /
Original file line number Diff line number Diff line change 1+ [submodule "third-party/LuoLib "]
2+ path = third-party/LuoLib
3+ url = https://github.com/function2-llx/LuoLib.git
Original file line number Diff line number Diff line change 1+ channels :
2+ - conda-forge
3+ - pytorch
4+ - nvidia
5+ - defaults
6+ dependencies :
7+ - python=3.11
8+ - numpy
9+ - scikit-learn
10+ - pytorch::pytorch=2.1
11+ - pytorch::pytorch-cuda=11.8
12+ - pytorch::torchvision
13+ - einops
14+ - lightning
15+ - torchmetrics
16+ - transformers
17+ - timm
18+ - wandb
19+ - llvm-openmp<16 # https://github.com/pytorch/pytorch/issues/99625
20+ - pandas
21+ - openpyxl
22+ - seaborn
23+ - nibabel
24+ - pydicom
25+
26+ - pip
27+ - pip :
28+ - cytoolz
29+ - jsonargparse[signatures, omegaconf]
30+ - xformers --index-url https://download.pytorch.org/whl/cu118
31+ # - -e third-party/nnUNet
32+ # - git+https://github.com/FabianIsensee/hiddenlayer.git
You can’t perform that action at this time.
0 commit comments