# ChatGLM-6B-prj(华为开源大语言模型) **Repository Path**: orgk/ChatGLM-6B-prj ## Basic Information - **Project Name**: ChatGLM-6B-prj(华为开源大语言模型) - **Description**: ChatGLM-6B(华为开源大语言模型) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-26 - **Last Updated**: 2024-05-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 代码: [github/ChatGLM-6B.git](https://github.com/THUDM/ChatGLM-6B.git) , [gitee镜像/THUDM--ChatGLM-6B.git](https://gitee.com/repok/THUDM--ChatGLM-6B.git) 预训练模型文件(13GB): [huggingface.co/chatglm-6b模型文件 总大小13GB git仓库](https://huggingface.co/THUDM/chatglm-6b) ```shell git clone https://github.com/THUDM/ChatGLM-6B.git app/ChatGLM-6B #或者 ***github***.git 替换为 https://gitee.com/repok/THUDM--ChatGLM-6B.git cd /app/ChatGLM-6B/ python3 -m venv .venv_chatglm source .venv_chatglm/bin/activate which pip #/app/ChatGLM-6B/.venv_chatglm/bin/pip pip install -r requirements.txt ```