forked from masonhuang/cluster4npu
Compare commits
No commits in common. "main" and "main" have entirely different histories.
@ -25,9 +25,6 @@ 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
|
||||
@ -237,7 +234,6 @@ 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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user