Skip to content

Commit

Permalink
Update ai2.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinaPy authored Jul 22, 2024
1 parent 4f762e6 commit 370760f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ai2.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ A few notes:
## Killing a job
I usually use `pgrep llama | xargs kill -9` to ensure everything is dead.
I usually use `sudo lsof -t /dev/accel0 | xargs sudo kill -9` to ensure everything is dead.
## Preference data max sequence length for running data abltaion
```
Expand Down

0 comments on commit 370760f

Please sign in to comment.