mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-08-22 06:23:20 -07:00
Remove wrong special characters
This commit is contained in:
parent
7a08c0c1d3
commit
caa2286b7f
1 changed files with 2 additions and 2 deletions
|
@ -87,7 +87,7 @@ class Devices(object):
|
||||||
os.environ['NN_DEVICES_INITIALIZED'] = '1'
|
os.environ['NN_DEVICES_INITIALIZED'] = '1'
|
||||||
os.environ['NN_DEVICES_COUNT'] = '0'
|
os.environ['NN_DEVICES_COUNT'] = '0'
|
||||||
|
|
||||||
os.environ['CUDA_CACHE_MAXSIZE'] = '2147483647'
|
os.environ['CUDA_CACHE_MAXSIZE'] = '2147483647'
|
||||||
min_cc = int(os.environ.get("TF_MIN_REQ_CAP", 35))
|
min_cc = int(os.environ.get("TF_MIN_REQ_CAP", 35))
|
||||||
libnames = ('libcuda.so', 'libcuda.dylib', 'nvcuda.dll')
|
libnames = ('libcuda.so', 'libcuda.dylib', 'nvcuda.dll')
|
||||||
for libname in libnames:
|
for libname in libnames:
|
||||||
|
@ -205,4 +205,4 @@ if Devices.all_devices is None:
|
||||||
cuda.cuCtxDetach(context)
|
cuda.cuCtxDetach(context)
|
||||||
Devices.all_devices = Devices(devices)
|
Devices.all_devices = Devices(devices)
|
||||||
return Devices.all_devices
|
return Devices.all_devices
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue