FelixPhilip commited on
Commit
52a14c1
·
1 Parent(s): dc9d402
Files changed (1) hide show
  1. Oracle/deepfundingoracle.py +1 -1
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=8):
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
  """