caodixy

Results 4 issues of caodixy

**Describe the bug** When I chat with chatbot, the reply is always followed by a string of self-talk, why? ![image](https://user-images.githubusercontent.com/102452590/233791680-d4130052-33b8-4489-8fa8-8d9dd7729ba2.png) looking forward your reply! thanks!

question

![image](https://github.com/OptimalScale/LMFlow/assets/102452590/92aad9fa-2d60-4b3c-ab8f-52b298c31db2) CUDA_VISIBLE_DEVICES=0 \ deepspeed examples/chatbot.py \ --deepspeed configs/ds_config_chatbot.json \ --use_ram_optimized_load False\ --model_name_or_path ${model} \ --max_new_tokens 100 \ --lora_model_path /home/cd/ai/LMFlow/output_models/finetune_with_lora \ --prompt_structure "A chat between a curious human and an artificial...

我看到 run_finetune_with_lora_save_aggregated_weights.sh中 有以下参数 --do_train \ --do_eval \ --evaluation_strategy "steps" \ --eval_steps 1000 \ --eval_dataset_path ${eval_dataset_path} \ 是否可以 修改 run_finetune_with_lora.sh 加入上述参数,从而实现一边训练一边评估 我尝试了下,抛以下错误: ![image](https://github.com/OptimalScale/LMFlow/assets/102452590/59df0995-80d6-4b12-adef-a9f57e77b79d) 能否解惑,谢谢!

Does it support using domain names as addresses? Regarding DDNS, I tested it with a public IP address, and it worked perfectly, but I can't connect when I enter a...