Skip to content

Commit 03dae1e

Browse files
committed
init
1 parent 84388a4 commit 03dae1e

File tree

5 files changed

+37
-1
lines changed

5 files changed

+37
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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/

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "third-party/LuoLib"]
2+
path = third-party/LuoLib
3+
url = https://github.com/function2-llx/LuoLib.git

environment.yaml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
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

mmmm/__init__.py

Whitespace-only changes.

third-party/LuoLib

Submodule LuoLib added at 8cbd12e

0 commit comments

Comments
 (0)