2 writes to BatchSize
Microsoft.ML.GenAI.Core (1)
Trainer\CasualLMSupervisedFineTuningTrainer.cs (1)
92
BatchSize
= 1;
Microsoft.ML.GenAI.Samples (1)
Llama\SFT_Llama_3_2_1B.cs (1)
54
BatchSize
= 1,
1 reference to BatchSize
Microsoft.ML.GenAI.Core (1)
Trainer\CasualLMSupervisedFineTuningTrainer.cs (1)
36
var batches = trainDataset.Chunk(trainingOption.
BatchSize
);