Compare commits
2 Commits
v0.5.1
...
v0.5.1.pos
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
02ca3f93b0 | ||
|
|
5f6f9186e4 |
2
.github/workflows/pypi.yml
vendored
2
.github/workflows/pypi.yml
vendored
@@ -10,6 +10,8 @@ jobs:
|
|||||||
setup_release:
|
setup_release:
|
||||||
name: Create Release
|
name: Create Release
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
steps:
|
steps:
|
||||||
- name: Get the tag version
|
- name: Get the tag version
|
||||||
id: extract_branch
|
id: extract_branch
|
||||||
|
|||||||
4
MANIFEST.in
Normal file
4
MANIFEST.in
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
include requirements.txt
|
||||||
|
include README.md
|
||||||
|
include LICENSE
|
||||||
|
recursive-include axolotl *.py
|
||||||
2
setup.py
2
setup.py
@@ -100,7 +100,7 @@ setup(
|
|||||||
description="LLM Trainer",
|
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.",
|
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"},
|
package_dir={"": "src"},
|
||||||
packages=find_packages(),
|
packages=find_packages("src"),
|
||||||
install_requires=install_requires,
|
install_requires=install_requires,
|
||||||
dependency_links=dependency_links,
|
dependency_links=dependency_links,
|
||||||
extras_require={
|
extras_require={
|
||||||
|
|||||||
Reference in New Issue
Block a user