Spaces:
Running
Running
Commit
·
52a14c1
1
Parent(s):
dc9d402
Oracle
Browse files
Oracle/deepfundingoracle.py
CHANGED
@@ -169,7 +169,7 @@ def fetch_github_features(df):
|
|
169 |
def timeout_handler(signum, frame):
|
170 |
raise TimeoutError("LLama model prediction timed out.")
|
171 |
|
172 |
-
def assign_base_weight(df, max_workers=
|
173 |
"""
|
174 |
Assign base weights using LLama model in parallel.
|
175 |
"""
|
|
|
169 |
def timeout_handler(signum, frame):
|
170 |
raise TimeoutError("LLama model prediction timed out.")
|
171 |
|
172 |
+
def assign_base_weight(df, max_workers=32):
|
173 |
"""
|
174 |
Assign base weights using LLama model in parallel.
|
175 |
"""
|