# ai-test **Repository Path**: gzh222/ai-test ## Basic Information - **Project Name**: ai-test - **Description**: AI算法练习项目 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-10-27 - **Last Updated**: 2025-11-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # **AI算法进阶课程练习题** --- ## 安装环境 ``` conda create -n ai-test python=3.11 activate ai-test ``` ### PyTorch安装 ``` pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126 ``` ### sentence-transformers安装 ``` pip install -U sentence-transformers ``` ### 依赖安装 ``` pip install -r requirements.txt ``` ---