hsuwill000 commited on
Commit
d40095f
·
verified ·
1 Parent(s): a2b04d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ def install_openblas():
20
 
21
  # Step 3: Build OpenBLAS
22
  print("Building OpenBLAS...")
23
- run_command("make TARGET=SAPPHIRERAPIDS")
24
 
25
  # Step 4: Install OpenBLAS
26
  print("Installing OpenBLAS...")
 
20
 
21
  # Step 3: Build OpenBLAS
22
  print("Building OpenBLAS...")
23
+ run_command("make TARGET=SKYLAKEX NUM_THREADS=20 BINARY=64")
24
 
25
  # Step 4: Install OpenBLAS
26
  print("Installing OpenBLAS...")