Skip to content

Commit 92f62f8

Browse files
committed
Fixed the comments
1 parent c286767 commit 92f62f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/llm/run_llm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def get_model(args):
7171
else:
7272
model = model.to(torch.float32)
7373

74-
return model.cuda()
74+
return model
7575

7676

7777
def compile_torchtrt(model, input_ids, args):

0 commit comments

Comments
 (0)