Spaces:
Sleeping
Sleeping
Commit
·
750cbcf
1
Parent(s):
40213b0
6.0
Browse files- bp_phi/__pycache__/runner.cpython-310.pyc +0 -0
- bp_phi/runner.py +1 -0
- repo.txt +1 -0
bp_phi/__pycache__/runner.cpython-310.pyc
CHANGED
|
Binary files a/bp_phi/__pycache__/runner.cpython-310.pyc and b/bp_phi/__pycache__/runner.cpython-310.pyc differ
|
|
|
bp_phi/runner.py
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
# bp_phi/runner.py
|
| 2 |
import os
|
|
|
|
| 3 |
os.environ["CUBLAS_WORKSPACE_CONFIG"] = ":4G:8" # Corrected config format
|
| 4 |
import torch
|
| 5 |
import random
|
|
|
|
| 1 |
# bp_phi/runner.py
|
| 2 |
import os
|
| 3 |
+
import json
|
| 4 |
os.environ["CUBLAS_WORKSPACE_CONFIG"] = ":4G:8" # Corrected config format
|
| 5 |
import torch
|
| 6 |
import random
|
repo.txt
CHANGED
|
@@ -348,6 +348,7 @@ SHOCK_TEST_STIMULI = [
|
|
| 348 |
[File Begins] bp_phi/runner.py
|
| 349 |
# bp_phi/runner.py
|
| 350 |
import os
|
|
|
|
| 351 |
os.environ["CUBLAS_WORKSPACE_CONFIG"] = ":4G:8" # Corrected config format
|
| 352 |
import torch
|
| 353 |
import random
|
|
|
|
| 348 |
[File Begins] bp_phi/runner.py
|
| 349 |
# bp_phi/runner.py
|
| 350 |
import os
|
| 351 |
+
import json
|
| 352 |
os.environ["CUBLAS_WORKSPACE_CONFIG"] = ":4G:8" # Corrected config format
|
| 353 |
import torch
|
| 354 |
import random
|