Skip to content

Commit

Permalink
fix pyproject.toml, add blank docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecovlee committed Apr 7, 2024
1 parent 4d26f98 commit 2618eff
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Empty file added docs/Docker.md
Empty file.
Empty file added docs/Windows.md
Empty file.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "mlora"
version = "0.2.1"
version = "0.2.1.post1"
description = "A tool for fine-tuning large language models (LLMs) using the LoRA or QLoRA methods more efficiently."
readme = "README.md"
requires-python = ">=3.10"
Expand All @@ -29,4 +29,4 @@ dependencies = [
"Bug Tracker" = "https://github.com/scukdde-llm/mlora/issues"

[tool.setuptools.packages.find]
include = ["mlora"]
include = ["mlora*"]

0 comments on commit 2618eff

Please sign in to comment.