Spaces:
Sleeping
Sleeping
| !! 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 |