mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 09:14:35 +02:00
fix(i18n): point localize script at test/localize.mjs
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@
|
||||
"scripts": {
|
||||
"venv": ". venv/bin/activate",
|
||||
"start": ". venv/bin/activate; python launch.py --debug",
|
||||
"localize": "node cli/localize.js",
|
||||
"localize": "node test/localize.mjs",
|
||||
"packages": ". venv/bin/activate && pip install --upgrade accelerate huggingface_hub hf_xet safetensors tokenizers peft pytorch_lightning pylint ruff ty pyright",
|
||||
"precommit": ". venv/bin/activate && pre-commit run --all-files",
|
||||
"lint": "npm run precommit && npm run eslint && npm run tsc && npm run ruff && npm run pylint",
|
||||
|
||||
Reference in New Issue
Block a user