Skip to content

Commit

Permalink
remove no useful
Browse files Browse the repository at this point in the history
Signed-off-by: Aisuko <urakiny@gmail.com>
  • Loading branch information
Aisuko committed Jul 18, 2024
1 parent fb25ee1 commit 2ae1fbc
Show file tree
Hide file tree
Showing 33 changed files with 35 additions and 2,186 deletions.
13 changes: 4 additions & 9 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
{
"python.testing.unittestArgs": [
"-v",
"-s",
"./src",
"-p",
"test_*.py"
"python.testing.pytestArgs": [
"src"
],
"python.testing.pytestEnabled": false,
"python.testing.unittestEnabled": true,
"python.analysis.typeCheckingMode": "basic"
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ lint:

.PHONY: test
test:
@poetry run python -m unittest discover ${TESTDIR} -v
@poetry run python -m pytest -v


# build and publish
Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ torch = "2.3.0"
torchvision = "0.18.0" # https://pypi.org/project/torchvision/0.18.0/
tensorboard = "2.17.0"
transformers = "4.39.2"
ruff = "0.5.2"

[tool.ruff]
# Exclude a variety of commonly ignored directories.
Expand Down Expand Up @@ -106,6 +107,7 @@ docstring-code-format = true
docstring-code-line-length = "dynamic"



[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
42 changes: 0 additions & 42 deletions src/kimchima/__init__.py

This file was deleted.

85 changes: 0 additions & 85 deletions src/kimchima/cmds/auto_cli.py

This file was deleted.

41 changes: 0 additions & 41 deletions src/kimchima/cmds/kimchima_cli.py

This file was deleted.

58 changes: 0 additions & 58 deletions src/kimchima/models/resnet18.py

This file was deleted.

38 changes: 0 additions & 38 deletions src/kimchima/pkg/__init__.py

This file was deleted.

49 changes: 0 additions & 49 deletions src/kimchima/pkg/chat_template_factory.py

This file was deleted.

Loading

0 comments on commit 2ae1fbc

Please sign in to comment.