images and exclusion

This commit is contained in:
Daniel Han-Chen 2023-12-01 01:22:09 +11:00
commit cdcd2a7953
3 changed files with 2948 additions and 0 deletions

1518
images/LAION 2GPU.svg Normal file

File diff suppressed because it is too large Load diff

After

Width:  |  Height:  |  Size: 39 KiB

1424
images/SlimOrca 1GPU.svg Normal file

File diff suppressed because it is too large Load diff

After

Width:  |  Height:  |  Size: 36 KiB

View file

@ -25,6 +25,12 @@ classifiers = [
[tool.setuptools.dynamic]
version = {attr = "unsloth.__version__"}
[tool.setuptools]
include-package-data = false
[tool.setuptools.packages.find]
exclude = ["images*"]
[project.optional-dependencies]
huggingface = [
"transformers",