-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Fabrice Normandin <normandf@mila.quebec>
- Loading branch information
Showing
2 changed files
with
54 additions
and
3 deletions.
There are no files selected for viewing
28 changes: 28 additions & 0 deletions
28
...ject/algorithms/llm_finetuning_test/test_training_batch_doesnt_change/llm_finetuning.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
GPU: Quadro RTX 8000 | ||
attention_mask: | ||
device: cuda:0 | ||
max: 1 | ||
mean: '1.e+00' | ||
min: 1 | ||
shape: | ||
- 8 | ||
- 256 | ||
sum: 2048 | ||
input_ids: | ||
device: cuda:0 | ||
max: 50118 | ||
mean: '5.265e+03' | ||
min: 2 | ||
shape: | ||
- 8 | ||
- 256 | ||
sum: 10781837 | ||
labels: | ||
device: cuda:0 | ||
max: 50118 | ||
mean: '5.265e+03' | ||
min: 2 | ||
shape: | ||
- 8 | ||
- 256 | ||
sum: 10781837 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters