File size: 344 Bytes
9e5793d
 
 
 
 
 
 
 
 
aab927d
 
 
9e5793d
8aea77f
 
 
9e5793d
f8c71d2
aab927d
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
!! python >= 3.11 !!
!! cuda >= 12.1 !!

1. make virtual machine
python -m venv venv

2. activate venv
venv\Scripts\activate

3. install requirements_local
pip install -r requirements_local.txt
!! not `requirements` !!

3.2. recieve hugging face token
and write it into `./token.txt`

4. start server
python -m app.main

5. connect to localhost