# osmond-study-demos-deepseek-python **Repository Path**: go-bdp/osmond-study-demos-deepseek-python ## Basic Information - **Project Name**: osmond-study-demos-deepseek-python - **Description**: DeepSeek推理及微调项目(Python) - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-03-02 - **Last Updated**: 2025-03-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # osmond-study-demos-deepseek-python #### 介绍 DeepSeek推理及微调项目(Python) #### 项目配置 ##### 安装Python3.12+ > 推荐使用anaconda管理依赖 ##### 初始化python依赖 > pip install -r requirements.txt ##### 调整项目配置文件(模型本地保存位置等) > config.settings.Settings ##### 更新requirements > pip list --format=freeze > requirements.txt