Skip to content

Commit

Permalink
bump to 0.1.1 (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdai authored Jan 11, 2025
1 parent 1a5d423 commit 3c6dfff
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/),
and this project adheres to [Semantic Versioning](https://semver.org/).

## [Unreleased]
## Unreleased

### Added

- ...

## [0.1.1] - 2025-01-11

### Added

Expand All @@ -15,6 +21,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
- Make `listings::ch07::InstructionDataBatcher` more generic (#248)
- Add associated type to `listings::ch07::CustomCollator` (#248)

### Fixed

- Incorrect cast of `keep` indices to `u8` in `calc_loss_loader` (#250)
- Missing `ignore_index` in `calc_loss_loader` fn params (#250)

## [0.1.0] - 2025-01-09

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "llms-from-scratch-rs"
description = "Rust (candle) code for Build a LLM From Scratch by Sebastian Raschka"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
repository = "https://github.com/nerdai/llms-from-scratch-rs"
authors = ["Val Andrei Fajardo <[email protected]>"]
Expand Down

0 comments on commit 3c6dfff

Please sign in to comment.