Releases: nerdai/llms-from-scratch-rs
Releases · nerdai/llms-from-scratch-rs
v0.1.5
What's Changed
- Bump zip from 2.2.2 to 2.2.3 by @dependabot in #347
- Bump hf-hub from 0.4.1 to 0.4.2 by @dependabot in #346
- Bump anyhow from 1.0.95 to 1.0.97 by @dependabot in #345
- Bump clap from 4.5.29 to 4.5.31 by @dependabot in #344
- Bump rstest from 0.24.0 to 0.25.0 by @dependabot in #343
- Fix sample_create_vocab function to use String keys and i32 values in the vocabulary HashMap by @giodefa96 in #349
- Bump tempfile from 3.17.1 to 3.18.0 by @dependabot in #350
- Bump bytes from 1.10.0 to 1.10.1 by @dependabot in #351
- Bump serde from 1.0.217 to 1.0.219 by @dependabot in #352
- Bump tempfile from 3.18.0 to 3.19.0 by @dependabot in #357
- Bump clap from 4.5.31 to 4.5.32 by @dependabot in #356
- Bump tokenizers from 0.21.0 to 0.21.1 by @dependabot in #355
- Bump zip from 2.2.3 to 2.4.0 by @dependabot in #354
- Bump sysinfo from 0.33.1 to 0.34.1 by @dependabot in #361
- Bump reqwest from 0.12.12 to 0.12.15 by @dependabot in #360
- Bump zip from 2.4.0 to 2.5.0 by @dependabot in #359
- Bump serde_json from 1.0.138 to 1.0.140 by @dependabot in #353
- Bump tempfile from 3.19.0 to 3.19.1 by @dependabot in #358
- Bump zip from 2.5.0 to 2.6.1 by @dependabot in #364
- Bump sysinfo from 0.34.1 to 0.34.2 by @dependabot in #363
- Bump clap from 4.5.32 to 4.5.35 by @dependabot in #362
- Bump clap from 4.5.35 to 4.5.36 by @dependabot in #365
- Bump anyhow from 1.0.97 to 1.0.98 by @dependabot in #366
- Bump rand from 0.9.0 to 0.9.1 by @dependabot in #368
- Bump clap from 4.5.36 to 4.5.37 by @dependabot in #367
- Bump sysinfo from 0.34.2 to 0.35.0 by @dependabot in #370
- Bump polars from 0.46.0 to 0.47.0 by @dependabot in #369
- Bump sysinfo from 0.35.0 to 0.35.1 by @dependabot in #373
- Bump clap from 4.5.37 to 4.5.38 by @dependabot in #371
- Bump tempfile from 3.19.1 to 3.20.0 by @dependabot in #372
- Bump zip from 2.6.1 to 3.0.0 by @dependabot in #375
- Bump zip from 3.0.0 to 4.0.0 by @dependabot in #377
- Bump polars from 0.47.0 to 0.48.1 by @dependabot in #378
- Bump clap from 4.5.38 to 4.5.39 by @dependabot in #380
- Bump reqwest from 0.12.15 to 0.12.19 by @dependabot in #379
- update candle deps by @nerdai in #382
- [version] bump version to v0.1.5 by @nerdai in #383
New Contributors
- @giodefa96 made their first contribution in #349
Full Changelog: v0.1.4...v0.1.5
v0.1.4
What's Changed
- Exercise 7.4 + use of
GPT
trait inlistings::ch05
instead ofGPTModel
by @nerdai in #289 - Bonus DPO - Use Ollama to generate chosen/rejection response for an instruction entry + EG 07.17 by @nerdai in #294
- Bump clap from 4.5.26 to 4.5.27 by @dependabot in #298
- Bump polars from 0.45.1 to 0.46.0 by @dependabot in #297
generate_preference_dataset
+ EG 07.18 by @nerdai in #299- Fix
generate_chosen_and_rejected_response
to makerng::StdRng
a fn param by @nerdai in #302 EncodedPreferenceExample
andInstructionExample
trait by @nerdai in #303PreferenceDataset
by @nerdai in #308- Bump tempfile from 3.15.0 to 3.16.0 by @dependabot in #313
- Bump bytes from 1.9.0 to 1.10.0 by @dependabot in #312
- Bump serde_json from 1.0.137 to 1.0.138 by @dependabot in #311
PreferenceDatasetCollator
by @nerdai in #309- EG 07.19 Example usage of PreferenceDataCollator by @nerdai in #314
- [Fix] rejected/chosen masking & update EG 07.19 by @nerdai in #318
- Bump clap from 4.5.27 to 4.5.28 by @dependabot in #317
- Bump comfy-table from 7.1.3 to 7.1.4 by @dependabot in #316
PreferenceDataLoader
by @nerdai in #319- EG 07.20 by @nerdai in #320
- Bump clap from 4.5.28 to 4.5.29 by @dependabot in #324
- Bump tempfile from 3.16.0 to 3.17.1 by @dependabot in #323
compute_dpo_loss
by @nerdai in #325- Bump openssl from 0.10.68 to 0.10.71 by @dependabot in #330
compute_logprobs
by @nerdai in #331dpo_loss_batch
by @nerdai in #332- EG 07.21 - example usage of
compute_dpo_loss_batch
by @nerdai in #333 compute_dpo_loss_loader
by @nerdai in #334- EG 07.22 — Example usage of
compute_dpo_loss_loader
by @nerdai in #335 evaluate_dpo_loss_loader
by @nerdai in #337train_model_dpo_simple
by @nerdai in #338- EG 07.23 — example usage of
train_model_dpo_simple
by @nerdai in #339 - workflow update by @nerdai in #340
- update rand package by @nerdai in #341
- [version] bump version to v0.1.4 by @nerdai in #342
Full Changelog: v0.1.3...v0.1.4
v0.1.3
v0.1.3
v0.1.2
v0.1.2
v0.1.1
v0.1.1
v0.1.0
v0.1.0
v0.1.0-a4
v0.1.0-a4
v0.1.0-a3
v0.1.0-a3
v0.1.0-a2
v0.1.0-a2
v0.1.0-a1
v0.1.0-a1