nami0342 commited on
Commit
483eea7
Β·
1 Parent(s): 7ba2aec

Non zeroGPU env setting for test

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ from urllib.parse import urlparse
32
 
33
 
34
  # zeroGPU ν™˜κ²½μ—μ„œ compile μ‚¬μš© μ—¬λΆ€
35
- is_compile_for_zeroGPU = True # True: compile μ‚¬μš©, False: compile μ‚¬μš© μ•ˆ 함
36
 
37
  # SSL κ²½κ³  μ–΅μ œ
38
  warnings.filterwarnings("ignore", message=".*OpenSSL.*")
 
32
 
33
 
34
  # zeroGPU ν™˜κ²½μ—μ„œ compile μ‚¬μš© μ—¬λΆ€
35
+ is_compile_for_zeroGPU = False # True: compile μ‚¬μš©, False: compile μ‚¬μš© μ•ˆ 함
36
 
37
  # SSL κ²½κ³  μ–΅μ œ
38
  warnings.filterwarnings("ignore", message=".*OpenSSL.*")