Steve Lannister

Results 3 issues of Steve Lannister

### System Info How to enable precise formatting for the input of a tools utility class, such as accepting data of type list[str]? Is this achievable? ```python class QueryTokenAssetsInput(BaseModel): addresses:...

执行命令: ``` swift sft \ --model_type qwen2-7b-instruct \ --sft_type full \ --dataset single_intent_filter_data_all.json \ --model_id_or_path Qwen2-7B-Instruct \ --output_dir output/Qwen \ --ddp_find_unused_parameters true \ --add_output_dir_suffix false \ --batch_size 2 \ --num_train_epochs...

**Describe the bug** What the bug is, and how to reproduce, better with screenshots(描述bug以及复现过程,最好有截图) 使用2024年7月1日之前的swift版本可以使用多个节点训练,但是更新到最新版的swift后发现无法使用多个节点训练。 使用类似如下命令: ``` # If the disk is not shared, please additionally specify `--save_on_each_node true` in...