LiangJiang commited on
Commit
1be7a5b
·
verified ·
1 Parent(s): 3810e48

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -108,4 +108,12 @@ curl -s http://${MASTER_IP}:${PORT}/v1/chat/completions \
108
  -d '{"model": "auto", "messages": [{"role": "user", "content": "What is the capital of France?"}]}'
109
  ```
110
 
111
- More usage can be found [here](https://docs.sglang.ai/basic_usage/send_request.html)
 
 
 
 
 
 
 
 
 
108
  -d '{"model": "auto", "messages": [{"role": "user", "content": "What is the capital of France?"}]}'
109
  ```
110
 
111
+ More usage can be found [here](https://docs.sglang.ai/basic_usage/send_request.html)
112
+
113
+ ### Finetuning
114
+
115
+ We recommend you to use [Llama-Factory](https://github.com/hiyouga/LLaMA-Factory) to [finetune Ring](https://github.com/inclusionAI/Ring-V2/blob/main/docs/llamafactory_finetuning.md).
116
+
117
+ ## License
118
+
119
+ This code repository is licensed under [the MIT License](https://github.com/inclusionAI/Ring-V2/blob/master/LICENSE).