Skip to content

Commit c18b7af

Browse files
authored
docs: update README and Makefile for clarity and new development instructions (#147)
* feat(synthesis): add evaluation task creation functionality and UI enhancements * feat(synthesis): implement synthesis data management features including loading, editing, and deleting * feat(synthesis): add endpoints for deleting and updating synthesis data and chunks * fix: Correctly extract file values from selectedFilesMap in AddDataDialog * docs: update README and Makefile for clarity and new development instructions
1 parent 6ccbc8a commit c18b7af

File tree

3 files changed

+2
-36
lines changed

3 files changed

+2
-36
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,4 +497,4 @@ load-images:
497497
exit 1; \
498498
else \
499499
echo "Successfully loaded $$count image(s)"; \
500-
fi
500+
fi

runtime/datamate-python/README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,6 @@ cd runtime/datamate-python
2727

2828
3. 安装依赖
2929
由于项目使用poetry管理依赖,你可以使用以下命令安装::
30-
```bash
31-
poetry install
32-
```
33-
34-
3. 安装依赖
35-
由于项目使用poetry管理依赖,你可以使用以下命令安装:
36-
3730
```bash
3831
poetry install
3932
```
@@ -62,7 +55,7 @@ alembic upgrade head
6255
- 本地开发(默认 host/port,自动重载):
6356

6457
```bash
65-
set -a && source .env && set +a && poetry run uvicorn app.main:app --port 18000 --reload
58+
set -a && source .env && set +a && poetry run uvicorn app.main:app --port 18000 --log-level debug --reload
6659
```
6760
或者
6861
```bash

scripts/images/label-studio-adapter/Dockerfile

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)