Skip to content

Commit

Permalink
release version 0.5.1 (#2082)
Browse files Browse the repository at this point in the history
  • Loading branch information
winglian authored Nov 19, 2024
1 parent ec59d4c commit 6679e20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def parse_requirements():

setup(
name="axolotl",
version="0.5.0",
version="0.5.1",
description="LLM Trainer",
long_description="Axolotl is a tool designed to streamline the fine-tuning of various AI models, offering support for multiple configurations and architectures.",
package_dir={"": "src"},
Expand All @@ -108,7 +108,7 @@ def parse_requirements():
"flash-attn==2.7.0.post2",
],
"deepspeed": [
"deepspeed==0.14.4",
"deepspeed==0.15.4",
"deepspeed-kernels",
],
"mamba-ssm": [
Expand Down

0 comments on commit 6679e20

Please sign in to comment.