Skip to content

Commit

Permalink
docker
Browse files Browse the repository at this point in the history
  • Loading branch information
ydshieh committed Feb 7, 2024
1 parent e6eb5a6 commit 582c47a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/models/llama/test_inference_llama.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def test_foo(self):
model.to(device)

# To make generation's sample deterministic
torch.manual_seed(0)
torch.manual_seed(1)

# Generate
with torch.no_grad():
Expand Down

0 comments on commit 582c47a

Please sign in to comment.