[+] ArchLinux install instructions
This commit is contained in:
@@ -48,3 +48,15 @@ pip install -r requirements-win-cuda.txt
|
|||||||
```shell
|
```shell
|
||||||
python -c "from tensorflow.python.client import device_lib; print(device_lib.list_local_devices())"
|
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())"
|
||||||
|
```
|
||||||
@@ -9,3 +9,4 @@ pygame
|
|||||||
praat-parselmouth==0.4.1
|
praat-parselmouth==0.4.1
|
||||||
tqdm
|
tqdm
|
||||||
seaborn
|
seaborn
|
||||||
|
jsonpickle
|
||||||
|
|||||||
@@ -8,3 +8,4 @@ pygame
|
|||||||
praat-parselmouth==0.4.1
|
praat-parselmouth==0.4.1
|
||||||
tqdm
|
tqdm
|
||||||
seaborn
|
seaborn
|
||||||
|
jsonpickle
|
||||||
Reference in New Issue
Block a user