【转载】华硕ROG幻14 2022 BIOS降级312教程
312BIOS下载 GA402RJ / GA402RK 具体操作请参考这篇Reddit文章(GA402RJ/RK BIOS Reversion Guide (313 to 312 Edition)),感谢ispeakuwunese的撰写 最近机器关机状态被强制升级到318版本,修改DSDT开启S3睡眠后遇到了各种糟心的问题,于是强制降了回去,一切恢…
解决Ubuntu安装报错grub-install failed
参考:双系统Ubuntu20.04安装时出错,执行grub- install失败,是什么问题? - 知乎用户的回答 - 知乎https://www.zhihu.com/question/526809229/answer/2440849860 问题概述 这个问题常见的表现:报错提示grub-install /dev/sda failed或者grub-…
【转载】Jupyter Notebook转Markdown简易脚本
来源:https://stmorse.github.io/journal/notebook-converter.html Written on April 7th, 2024 by Steven Morse 全文请查看原链接 To run this, just make sure the converter.py script …
Mac安装软件解决已损坏
sudo xattr -r -d com.apple.quarantine /Applications/应用名称.app 这条命令用于删除 macOS 系统为下载自网络的应用程序设置的“检疫”属性。/Applications/应用名称.app 可以是app直接被拖进命令行,会直接把路径对应进去 “已损坏”提示通常出现在运行“非App Store下载…
Ollama默认模型存储路径
Where are models stored: macOS: ~/.ollama/models. Linux: /usr/share/ollama/.ollama/models. Windows: C:\Users<username>.ollama\models. FYI
使用Vllm在docker中运行qwen2.5-vl系列模型
目前最新版vllm docker镜像还不完美支持qwen2.5-vl,你需要手动更新transformer库并更新bnb量化相关代码。如果你想轻松运行量化/全尺寸模型,都可以使用我重新打包的模型 If any of you interested in trying this model with or without quanization in …