Compare commits

...

1 Commits
main ... main

Author SHA1 Message Date
ff19231416 更新 README.md 2026-03-12 04:16:21 +00:00

View File

@ -25,6 +25,9 @@ source .venv/bin/activate # On Windows: .venv\Scripts\activate
# Install dependencies
uv pip install -r requirements.txt
# Install dependencies of cluster4npu, get into cluster4npu folder
pip install -r env.txt
```
### Requirements
@ -234,6 +237,7 @@ python tests/test_integration.py
```
cluster4npu_ui/
├── main.py # Application entry point
├── env.txt # requirement packages list
├── config/ # Configuration and theming
├── core/ # Core processing engine
│ ├── functions/ # Inference and hardware abstraction