# pre-model-server **Repository Path**: yzpang123/pre-model-server ## Basic Information - **Project Name**: pre-model-server - **Description**: BERT分类模型API服务 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: dev-bert - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-24 - **Last Updated**: 2024-12-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 安装 ### 环境依赖 * python = 3.10 ### pip安装 ```shell pip install paddlepaddle==3.0.0b1 -i https://www.paddlepaddle.org.cn/packages/stable/cpu/ pip install paddlenlp==3.0.0b1 pip install -r requirements.txt ```