Skip to content

Commit

Permalink
Made edits to the README and general bug fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
raveen-k committed Aug 9, 2024
1 parent 4d22709 commit 66df930
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ Simplifine lets you invoke LLM finetuning with just one line of code using any H

## Updates
## 🔄 Updates
**v0.0.8 (2024-08-08)**
- **Bug Fixes:** Code clean up and trainer fixes.
- **New Feature:** Ability to define more complex configuration files for the trainer.
- **Documentation:** -New examples on training cloud and training a fake news detector.
- ** COMPREHENSIVE UPDATE of DOCUMENTATIONS on [docs.simplifine.com](docs.simplifine.com).

**v0.0.71 (2024-07-25)**
- **Bug Fixes:** Resolved issues that prevented the library from loading on certain configurations.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "simplifine-alpha"
version = "0.0.77"
version = "0.0.8"
authors = [
{ name="Ali Kavoosi, Raveen Kariyawasam", email="founders@simplfine.com"}
]
Expand Down

0 comments on commit 66df930

Please sign in to comment.