File size: 463 Bytes
8c76664
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
name: rten-env
channels:
  - conda-forge
  - defaults

dependencies:
  - python=3.8.20
  - pip=23.0.1
  - pip:
      - torch==2.4.1
      - fairseq==0.12.2
      - transformers==4.46.3
      - sentencepiece==0.2.0
      - ai4bharat-transliteration==1.1.3
      - flask==3.0.3
      - flask-cors==5.0.0
      - numpy==1.24.4
      - huggingface-hub==0.29.3
      - python-multipart==0.0.20
      - hydra-core==1.0.7
      - omegaconf==2.0.6
      - gradio==4.44.1