https://github.com/freedomintelligence/llmzoo_huiben
https://github.com/freedomintelligence/llmzoo_huiben
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/freedomintelligence/llmzoo_huiben
- Owner: FreedomIntelligence
- Created: 2023-11-09T06:16:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-09T07:29:10.000Z (over 2 years ago)
- Last Synced: 2025-03-11T22:19:51.328Z (about 1 year ago)
- Language: Python
- Size: 955 MB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LLMZoo_huiben
## 运行
### Load huiben_printer server CUDA1
```shell
python huiben_printer.py
```
### Load huiben_writer server CUDA2
```shell
python huiben_writer.py
```
### Load image server
```shell
python app.py
```
### Launch gradio server
```shell
python demo.py
```
### Then you will see the gradio demo on http://127.0.0.1:7861