diff --git a/images/LAION 2GPU.svg b/images/LAION 2GPU.svg
new file mode 100644
index 0000000000..724035676c
--- /dev/null
+++ b/images/LAION 2GPU.svg
@@ -0,0 +1,1518 @@
+
+
+
diff --git a/images/SlimOrca 1GPU.svg b/images/SlimOrca 1GPU.svg
new file mode 100644
index 0000000000..a7861f7ad5
--- /dev/null
+++ b/images/SlimOrca 1GPU.svg
@@ -0,0 +1,1424 @@
+
+
+
diff --git a/pyproject.toml b/pyproject.toml
index cdfa3caffa..070ae2572e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -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",