File size: 343 Bytes
e47c7c5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name: syngen
channels:
  - pytorch
  - defaults
dependencies:
  - python=3.11.2
  - pip=23.0.1
  - pip:
    - diffusers==0.14.0
    - numpy==1.23.3
    - spacy==3.5.2
    - tqdm==4.65.0
    - transformers @ git+https://github.com/huggingface/transformers.git@dbc12269ed5546b2da9236b9f1078b95b6a4d3d5
    - torch==2.0.0
    - accelerate==0.18.0