nikigoli commited on
Commit
6ec261a
1 Parent(s): d4278eb

Moved source switch_cuda.sh to build_ops.sh

Browse files
Files changed (1) hide show
  1. app.py +0 -5
app.py CHANGED
@@ -49,11 +49,6 @@ subprocess.run(
49
  )
50
  """
51
 
52
- subprocess.run(
53
- shlex.split(
54
- "source switch_cuda.sh 12.1"
55
- )
56
- )
57
  with open('./build_ops.sh', 'rb') as file:
58
  script = file.read()
59
  call(script, shell=True)
 
49
  )
50
  """
51
 
 
 
 
 
 
52
  with open('./build_ops.sh', 'rb') as file:
53
  script = file.read()
54
  call(script, shell=True)