Update app.py
Browse files
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=
|
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...")
|