We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e377a1e commit eb7d178Copy full SHA for eb7d178
README.md
@@ -46,6 +46,22 @@ Experience it on the [OpenXLab Application Center](https://openxlab.org.cn/apps/
46
47
### Run from PyPI
48
49
+1. Install GraphGen
50
+ ```bash
51
+ pip install graphg
52
+ ```
53
+
54
+2. Run in CLI
55
56
+ SYNTHESIZER_MODEL=your_synthesizer_model_name \
57
+ SYNTHESIZER_BASE_URL=your_base_url_for_synthesizer_model \
58
+ SYNTHESIZER_API_KEY=your_api_key_for_synthesizer_model \
59
+ TRAINEE_MODEL=your_trainee_model_name \
60
+ TRAINEE_BASE_URL=your_base_url_for_trainee_model \
61
+ TRAINEE_API_KEY=your_api_key_for_trainee_model \
62
+ graphg --output_dir cache
63
64
65
### Run from Source
66
67
1. Install dependencies
0 commit comments