Liu Chenyang

Results 7 issues of Liu Chenyang

### Describe your problem

question

![图片](https://github.com/microsoft/DeepSpeedExamples/assets/53484050/fa8986a2-cc7a-4a2d-b977-c277c5682cf8) ![图片](https://github.com/microsoft/DeepSpeedExamples/assets/53484050/44edba8b-951e-4aa2-a4fd-3fe04e6690a5) deepspeed --hostfile ~/hostfile \ --num_gpus 4 \ --num_nodes 2 \ --master_addr 172.16.4.41 \ main.py \ --data_path Dahoas/rm-static \ --data_split 2,4,4 \ --model_name_or_path shakechen/Llama-2-7b-hf/ \ --per_device_train_batch_size 4 \ --per_device_eval_batch_size...

### Issue with current documentation: Like embedchain reuse a vector database [reuse embeddding](https://docs.embedchain.ai/components/data-sources/data-type-handling) My code: ``` config = { "llm": { "provider": "openai", }, "embedder": { "provider": "openai" }, "history_db_path":...

## Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change....