Skip to content

Commit f227f2e

Browse files
authored
Add missing parans
1 parent 9393b17 commit f227f2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchchat/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1063,5 +1063,5 @@ def setup_caches(self, max_batch_size, max_seq_length):
10631063
pass
10641064

10651065
except Exception as e:
1066-
print(f"Warning: PTEModel (ExecuTorch not available with exception: {e}")
1066+
print(f"Warning: PTEModel (ExecuTorch) not available with exception: {e}")
10671067
pass

0 commit comments

Comments
 (0)