Skip to content

Commit

Permalink
Merge branch 'powerinfer' into ibaldoall
Browse files Browse the repository at this point in the history
  • Loading branch information
ibaldonl committed Jun 6, 2024
2 parents cbc71c3 + f3a29db commit a1046b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion powerinfer/bench.py
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
counter += 1

df = pd.DataFrame(responses)
df.to_csv("bench-powerinfer.csv", index=False)
df.to_csv("bench-powerinfer.csv", index=False)
2 changes: 1 addition & 1 deletion powerinfer/client.py
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ def chat(prompt: str):

if __name__ == "__main__":
prompt = "San Francisco is a city in"
print(f"User: {prompt}\nPowerInfer: {chat(prompt)['answer']}")
print(f"User: {prompt}\nPowerInfer: {chat(prompt)['answer']}")

0 comments on commit a1046b1

Please sign in to comment.