bqzhu922

Results 1 comments of bqzhu922

> ## 环境准备 (Environmental Preparation) > ```shell > # 安装ms-swift (Install ms-swift) > pip install git+https://github.com/modelscope/swift.git#egg=ms-swift[llm] > > # 安装最新的transformers(Install the latest transformers.) > pip install git+https://github.com/huggingface/transformers.git > > pip...