Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yachty66 authored Aug 30, 2023
1 parent 1f07e2f commit 4817d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def init() -> dict:
device="cuda:0",
use_triton=False,
quantize_config=None,
inject_fused_attention=False))
inject_fused_attention=False)

return {
"model": model,
Expand Down

0 comments on commit 4817d25

Please sign in to comment.