File size: 421 Bytes
22ca508
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Conda environment file for GPT Local
name: gpt-local
channels:
  - pytorch
  - conda-forge
  - defaults
dependencies:
  - python=3.9
  - pytorch>=2.0.0
  - pytorch-cpu  # or pytorch-cuda for GPU
  - pip
  - pip:
    - transformers>=4.21.0
    - gradio>=3.50.0
    - accelerate>=0.20.0
    - sentencepiece>=0.1.99
    - numpy>=1.21.0
    - pandas>=1.3.0
    - matplotlib>=3.5.0
    - requests>=2.25.0
    - tqdm>=4.60.0