1inkusFace commited on
Commit
86d67ad
·
verified ·
1 Parent(s): a3b2aa4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ alloc_conf_parts = [
7
  'max_split_size_mb:128',
8
  #'backend:cudaMallocAsync',
9
  'expandable_segments:True',
10
- 'pinned_use_cuda_host_register:True', # May require careful testing; can sometimes be problematic if not fully supported or needed.
11
  'pinned_num_register_threads:8', # Specific to pinned memory.
12
  'pinned_use_background_threads:True' # Specific to pinned memory.
13
  ]
 
7
  'max_split_size_mb:128',
8
  #'backend:cudaMallocAsync',
9
  'expandable_segments:True',
10
+ #'pinned_use_cuda_host_register:True', # May require careful testing; can sometimes be problematic if not fully supported or needed.
11
  'pinned_num_register_threads:8', # Specific to pinned memory.
12
  'pinned_use_background_threads:True' # Specific to pinned memory.
13
  ]