Somehow got CUDA working
This commit is contained in:
parent
ecf47a05aa
commit
fc943644fc
File diff suppressed because it is too large
Load Diff
|
@ -27,8 +27,13 @@ torch = ">=2.0.0, !=2.0.1, !=2.1.0"
|
||||||
# https://stackoverflow.com/a/76477590/18270659
|
# https://stackoverflow.com/a/76477590/18270659
|
||||||
# https://discuss.tensorflow.org/t/tensorflow-io-gcs-filesystem-with-windows/18849/4
|
# https://discuss.tensorflow.org/t/tensorflow-io-gcs-filesystem-with-windows/18849/4
|
||||||
# Might be able to remove this version constraint later
|
# Might be able to remove this version constraint later
|
||||||
|
# Working versions:
|
||||||
|
# Python version 3.10.12 and 3.10.5 both work
|
||||||
|
# CUDA version - 12.2
|
||||||
|
# cuDNN version - 8.8.1
|
||||||
|
# Installed from Nvidia website - nvidia-cuda-toolkit is not installed, but default PopOS drivers are installed
|
||||||
tensorflow-io-gcs-filesystem = "0.31.0"
|
tensorflow-io-gcs-filesystem = "0.31.0"
|
||||||
tensorflow = "^2.14.0"
|
tensorflow = {version = "^2.14.0", extras = ["and-cuda"]}
|
||||||
|
|
||||||
|
|
||||||
deepface = "^0.0.79"
|
deepface = "^0.0.79"
|
||||||
|
|
Loading…
Reference in New Issue