[+] ArchLinux install instructions

This commit is contained in:
wuliaozhiji 2022-03-24 18:13:11 -04:00
parent 21b6de3831
commit df93079f61
3 changed files with 14 additions and 0 deletions

View File

@ -48,3 +48,15 @@ pip install -r requirements-win-cuda.txt
```shell
python -c "from tensorflow.python.client import device_lib; print(device_lib.list_local_devices())"
```
### Arch Linux (CUDA)
#### Python (3.9.11)
```sh
python -m venv venv
source ./venv/bin/activate
pip install -r requirements-win-cuda.txt
sudo pacman -S tensorflow-cuda
python -c "from tensorflow.python.client import device_lib; print(device_lib.list_local_devices())"
```

View File

@ -9,3 +9,4 @@ pygame
praat-parselmouth==0.4.1
tqdm
seaborn
jsonpickle

View File

@ -8,3 +8,4 @@ pygame
praat-parselmouth==0.4.1
tqdm
seaborn
jsonpickle