Skip to content

Commit

Permalink
one line script
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanK0902 committed May 22, 2024
1 parent 66e66d3 commit e237683
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions experiments/run_llm.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ def run_llm(dataset, model, delta=0.01, eps=0.3):
save_to=save_path,
model=model_name,
dataset=dataset,
A=A,
X=X,
A=A[:2, :2],
X=X[:2, :2],
multiplicative_error=eps,
failure_probability=delta,
noise_bound=None,
Expand Down

0 comments on commit e237683

Please sign in to comment.