相关文章
Iterm2安装与使用
1. 安装iterm2
官网直接下载安装 iTerm2 - macOS Terminal Replacement
2. 个性化设置
iterm2->preferences->profiles 点击新建一个profile 下面可以设置透明度、模糊度、背景图片 设置窗口的主题配色,下拉设置主题配色的选择框,选择import可…
建站知识
2024/10/9 15:12:26
LLM-Pruner: 剪枝+少量数据+少量训练 = 高效的LLM压缩
概要 大语言模型(LLMs, Large Language Models)在各种任务上展现出了惊人的能力,这些能力很大程度上来自于模型庞大的模型规模以及海量的训练语料。为了应对这些模型部署上存在的挑战,许多研究者开始关注大语言模型的轻量化问题。…
建站知识
2024/10/31 2:54:44
Ubuntu 20.04.2 LTS 安装juypterlab
Ubuntu 20.04.2 LTS 安装 jupyterlab 创建Python虚拟环境
$ mkvirtualenv jupyterlab详细了解Python安装虚拟环境
安装jupyterlab
$ workon jupyterlab
(jupyterlab) $ pip3 install jupyterlab生成jupyterlab配置文件
(jupyterlab) $ jupyter lab --generate-config修改ju…
建站知识
2024/10/30 18:16:12
从移动到桌面全栈式GPU Imagination对云游戏支持的探索
日前,由阿里元境举办的Uwin元宇宙与“云游戏”论坛在杭州成功举办。论坛上,来自元宇宙及云游戏生态链中各领域的嘉宾展开了一系列的探讨,Imagination中国区产品管理总监王晓欣分享了《Imagination从移动到桌面全栈式GPU对云游戏支持的探索》的…
建站知识
2024/10/31 19:58:30
chatglm+langchain本地cpu实战.
#Setup envirnment #大概使用59个G内存. conda create -n langchain python3.8.1 -y conda activate langchain # 拉取仓库 git clone https://github.com/imClumsyPanda/langchain-ChatGLM.git # 安装依赖 cd langchain-ChatGLM python3 -m pip install -r requirements.txt p…
建站知识
2024/11/18 1:49:21