pavm595 commited on
Commit
5d0273e
·
verified ·
1 Parent(s): 217964d

Upload environment.yaml

Browse files
Files changed (1) hide show
  1. environment.yaml +14 -0
environment.yaml ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: virtual-human-chc-dinobloom
2
+
3
+ channels:
4
+ - defaults
5
+ dependencies:
6
+ - python=3.10
7
+ - pip
8
+ - numpy
9
+ - pandas
10
+ - matplotlib
11
+ - pip:
12
+ - torch==2.9.1
13
+ - torchvision==0.24.1 --index-url https://download.pytorch.org/whl/cu118
14
+ - huggingface_hub==1.1.7