yonkoyonks commited on
Commit
cf7686f
·
verified ·
1 Parent(s): 427189e

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +0 -1
utils.py CHANGED
@@ -56,7 +56,6 @@ def query_agent(df: pd.DataFrame, query: str) -> str:
56
  max_new_tokens=1024,
57
  n_ctx=16384,
58
  verbose=True,
59
- n_threads=4,
60
  )
61
 
62
  answer = llm(prompt)
 
56
  max_new_tokens=1024,
57
  n_ctx=16384,
58
  verbose=True,
 
59
  )
60
 
61
  answer = llm(prompt)