Skip to content

Commit 049b810

Browse files
committed
Fixed the comments
1 parent 06e3a04 commit 049b810

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
@@ -68,7 +68,7 @@ def get_model(args):
6868
else:
6969
model = model.to(torch.float32)
7070

71-
return model.cuda()
71+
return model
7272

7373

7474
def compile_torchtrt(model, input_ids, args):

0 commit comments

Comments
 (0)