From 332ee74f32f60531dd7a609c1c6cd3dd63bcbd9a Mon Sep 17 00:00:00 2001 From: Dan Saunders Date: Fri, 29 Aug 2025 16:57:55 -0400 Subject: [PATCH] rebase --- pyproject.toml | 60 -------------------------------------------------- 1 file changed, 60 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f335b137e..f3b83d00d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -240,64 +240,4 @@ mamba-ssm = ["torch", "causal_conv1d"] flash-attn = ["torch", "packaging", "wheel", "setuptools"] autoawq = ["torch"] triton = ["torch"] -<<<<<<< HEAD bitsandbytes = ["torch"] - -[project] -name = "axolotl" -dynamic = ["version", "dependencies", "optional-dependencies"] -description = "LLM Trainer" -readme = "README.md" -requires-python = ">=3.10" -# license = "Apache-2.0" - -[project.scripts] -axolotl = "axolotl.cli.main:main" - -[project.urls] -Homepage = "https://axolotl.ai/" -Documentation = "https://docs.axolotl.ai/" -Repository = "https://github.com/axolotl-ai-cloud/axolotl.git" - -[tool.setuptools_scm] - -[tool.setuptools] -py-modules = ["setuptools_axolotl_dynamic_dependencies"] -include-package-data = true - -[tool.setuptools.cmdclass] -build_py = "setuptools_axolotl_dynamic_dependencies.BuildPyCommand" - -[tool.ruff] -line-length = 88 -target-version = "py310" - -[tool.ruff.lint] -select = ["E", "F", "W", "C90", "B", "I"] -ignore = [ - "E203", # Whitespace before ':' - "E501", # Line too long - "C901", # Too complex - "B019", # Use of functools.cache on methods - "E722", # Bare except - "F821", # Undefined name (for dynamic exec) -] - -[tool.ruff.lint.isort] -known-third-party = ["wandb", "comet_ml"] -known-local-folder = ["src", "tests"] -# Black-compatible isort settings -force-single-line = false -combine-as-imports = true -split-on-trailing-comma = true - -[tool.ruff.format] -# Use black's formatting style exactly -quote-style = "double" -indent-style = "space" -skip-magic-trailing-comma = false -line-ending = "auto" -docstring-code-format = false -======= -bitsandbytes = ["torch"] ->>>>>>> 01544ca0 (wip)