2026年7月2日 周四晚上19:30,报名腾讯会议了解“如何构建自进化的动态知识库(Brain)”(限30人)
免费POC, 零成本试错
FDE知识库

FDE知识库

学习大模型的前沿技术与行业落地应用


收藏

Ollama 0.4 版本发布,支持 Llama 3.2 Vision 视觉模型,实测满足个人使用

发布日期:2024-11-07 11:13:45 浏览次数: 4015
作者:机器学习与系统

微信搜一搜,关注“机器学习与系统”

更新信息

最大的更新莫过于对 Llama 3.2 Vision 视觉模型的支持!ollama 的版本也因此从v0.3.14直接升级到v0.4.0

升级 ollama 后,运行如下命令体验

# 默认运行 11B 大小模型
ollama run llama3.2-vision
# 运行 90B 大小模型,需要显存支持
ollama run llama3.2-vision:90b
  • 支持 Llama 3.2 Vision(即 Llama)架构,即 Llama 最新的视觉模型
  • 视觉模型发送后续请求将显著加快速度
  • 修复了停止序列无法正确检测的问题
  • 现在可以在运行 ollama create my-model 时从 Safetensors 导入模型,而不需要 Modelfile 文件
  • 解决了在 Windows 下重定向输出到文件会导致写入无效字符的问题
  • 解决了导致 Ollama 出错的不合法模型数据问题

图片识别 Demo

>>> /Users/geek/Pictures/ollama-hardwriting.jpg what is the content.
Added image '/Users/geek/Pictures/ollama-hardwriting.jpg'
The image contains a handwritten note in Chinese characters, accompanied by an English translation. The note is divided into three sections:

*   **Section 1:** "Ollama" (likely a personal name or title) followed by several Chinese characters.
*   **Section 2:** A numbered list with the following items:
    *   **Item 1:** "Stay hungry, Stay foolish." (an English phrase)
    *   **Item 2:** A series of Chinese characters
    *   **Item 3:** Another series of Chinese characters

The image appears to be a personal note or message written in Chinese and English.

从测试来看,手写字体识别中,Llama 3.2 Vision 模型很好的支持英文,无法识别中文,对中文的支持比较差,但是能区分出哪些字符是中文。

OCR

$ ollama run llama3.2-vision
>>> /Users/geek/Pictures/ollama-ocr.png  what is the content.
Added image '/Users/geek/Pictures/ollama-ocr.png'
The image displays a slide from Meta's presentation about Llama 3.2, a large language model developed by Facebook AI
Research (FAIR). The slide provides an overview of the model's capabilities and features.

* **Title**
 + The title of the slide is "Llama 3.2" in large text at the top.
* **Description**
 + Below the title, there is a brief description of Llama 3.2 as a multimodal large language model that can perform

various tasks such as answering questions, generating text, and translating languages.
 + The description also mentions that Llama 3.2 has been trained on a diverse range of datasets, including but not
limited to natural language processing (NLP) tasks like question answering, sentiment analysis, named entity
recognition, part-of-speech tagging, dependency parsing, and word sense induction.
* **Features**
 + The slide highlights some key features of Llama 3.2, including its ability to:
  - Understand and generate human-like language
  - Perform various NLP tasks with high accuracy
  - Learn from large amounts of text data
  - Be fine-tuned for specific applications or domains
* **Benefits**
 + The slide also mentions the benefits of using Llama 3.2, such as:
  - Improving language understanding and generation capabilities
  - Enhancing NLP performance in various tasks
  - Facilitating development of more sophisticated AI systems

Overall, the image provides a concise overview of Llama 3.2's capabilities and features, highlighting its potential
applications and benefits in various fields such as natural language processing, computer vision, and robotics.

>
>> which language llama3.2 vision support?
Llama 3.2 Vision supports the following languages:

* English
* German
* French
* Italian
* Portuguese
* Hindi
* Spanish
* Thai

>
>> how many size llama3.2 vision has
The Llama 3.2-Vision model is available in two sizes: 11B and 90B.

Llama 3.2 Vision 原生支持英文,对英文内容的识别非常准确,输出支持标准的 MarkDown 格式,并且能够正确理解识别的内容,并进行简单的问答

感觉可以用来做大陆的英文试卷,比如选择题和阅读理解,后续可以测试下看看效果。

图表

>>> /Users/geek/Pictures/ollama-hist.png what is the most popular value?
Added image '/Users/geek/Pictures/ollama-hist.png'
The most popular value in this chart is 4, which appears 49 times. This is represented by the tallest bar on the
graph.

>
>> how many bar in the chart.
There are seven bars representing different values from one to seven.

>
>> sum the value of bar in the chart
To find the sum of the values represented by each bar, we can add up the numbers on the y-axis for each x-axis value.

*   Bar 1: 7
*   Bar 2: 14
*   Bar 3: 28
*   Bar 4: 49
*   Bar 5: 37
*   Bar 6: 17
*   Bar 7: 8

Summing these values gives us a total of **160**.

能够理解问题,并结合图标内容给出答案,缺点是不能精确识别图标中的值,需要提高精确度。

图片问答

>>> /Users/geek/Pictures/ollama-cat.webp what is the animal?
Unknown command '/Users/geek/Pictures/ollama-cat.webp'. Type /? for help
>>> /Users/geek/Pictures/ollama-cat.png what is the animal?
Added image '/Users/geek/Pictures/ollama-cat.png'
The animals in the image are cats. The cat on the left appears to be a long-haired orange and white domestic
shorthair, while the cat on the right seems to be a short-haired brown tabby with a white patch on its chest.

>
>> responsd in chinese.
(Animals: Two cats)

This image shows two cats. The left one is an orange and white domestic shorthair, while the right one appears to be
a short-haired brown tabby with a white patch on its chest.

>
>> how many cats in this image?
There are 2 cats in this image.

从测试看,Llama 3.2 Vision 能够正确识别动物,并且描述图片的内容,能够计算出有 2 只猫。不足之处是图片格式还不支持 webp

性能分析

  1. 内存占用

Llama 3.2 Vision 11B 在 MacBook Pro 2022, M2x Max 上的内存占用仅有 3.32G,和 Chrome 浏览器占用的内存一个数量级

  1. ollama 加载与理解图片

加在图片的时间在 30-60ms 之间。理解图片的内容要长的多,耗时在秒级,具体时间取决于图片内容的复杂度,图片越简单,耗时越少,越复杂耗时越久。像 OCR 和手写字体的例子,耗时在 40s。

至于 token 的生成速度,基本都在 25 token/s,能够满足日常使用。

# 手写字体识别
/Users/geek/Pictures/ollama-hardwriting.jpg what is the content.
Added image '/Users/geek/Pictures/ollama-hardwriting.jpg'

total duration:       39.276179625s
load duration:        38.170708ms
prompt eval count:    17 token(s)
prompt eval duration: 29.411s
prompt eval rate:     0.58 tokens/s
eval count:           242 token(s)
eval duration:        9.605s
eval rate:            25.20 tokens/s

#
 动物识别
>>> /Users/geek/Pictures/ollama-cat.png what is the animal?
Added image '/Users/geek/Pictures/ollama-cat.png'

total duration:       1.628926916s
load duration:        66.047166ms
prompt eval count:    17 token(s)
prompt eval duration: 201ms
prompt eval rate:     84.58 tokens/s
eval count:           40 token(s)
eval duration:        1.15s
eval rate:            34.78 tokens/s

#
 meta 博客内容 OCR 识别
>>> /Users/geek/Pictures/ollama-ocr.png  what is the content.
Added image '/Users/geek/Pictures/ollama-ocr.png'

total duration:       41.742993542s
load duration:        31.597584ms
prompt eval count:    17 token(s)
prompt eval duration: 29.122s
prompt eval rate:     0.58 tokens/s
eval count:           302 token(s)
eval duration:        12.409s
eval rate:            24.34 tokens/s

总结

Ollama v0.4.0 最大的特点就是对 Meta Llama 3.2 Vision视觉模型的支持了。

在实际测试过程中,Llama 3.2 Vision能够很好的识别并理解图片内容,理解图片的耗时取决于图片内容的复杂度,简单图片耗时在 5s 内,复杂图片也在 1min 内。

11B 模型在 Mac 上的内存占用仅 3G 左右,token 的生成速度在 25Token/s,使用效果上个人认为和 ChatGPT 的图片理解在同一水平,能够满足个人的日常使用需求了

参考资料
[1]

ollama release: https://github.com/ollama/ollama/releases/tag/v0.4.0

[2]

Llama 3.2 Vision: https://ollama.com/blog/llama3.2-vision

[3]

ollama x status: https://x.com/ollama/status/1854269461144174764


53AI,企业落地大模型首选服务商

产品:场景落地咨询+大模型应用平台+行业解决方案

承诺:免费POC验证,效果达标后再合作。零风险落地应用大模型,已交付160+中大型企业

联系我们

售前咨询
186 6662 7370
预约演示
185 8882 0121

微信扫码

添加专属顾问

回到顶部

加载中...

扫码咨询

扫码登录
登录即表示您同意《53AI网站服务协议》
服务协议

欢迎您使用【53AI 官方网站】(以下简称“本网站”或“我们”)。本《会员服务协议》(以下简称“本协议”)是您(以下简称“会员”或“用户”)与【深圳市博思协创网络科技有限公司】之间关于注册、登录及使用本网站会员服务所订立的法律协议。

在您注册或登录前,请务必审慎阅读、充分理解各条款内容,特别是免除或限制责任的条款、知识产权条款、争议解决条款等。此类条款将以加粗形式提示您注意。 当您通过微信公众号授权、手机验证码验证或其他方式成功登录本网站时,即视为您已完全理解并同意接受本协议的全部内容。

一、 定义

本网站:指由【深圳市博思协创网络科技有限公司】运营的,域名为【53ai.com】的网站及相关移动端页面。

会员服务:指本网站向注册会员提供的知识库文章查阅、内容检索及其他相关增值服务。

知识库内容:指本网站发布的包括但不限于文字、图表、数据、研究报告、行业分析等数字化内容资源。

二、 账号注册与登录

登录方式:本网站支持以下登录方式,您可根据实际情况选择:

微信公众号授权登录:您同意将您的微信OpenID信息授权给本网站,用于创建或关联会员账号。

手机验证码登录:您需提供真实有效的手机号码,并通过短信验证码完成身份验证与登录/注册。

账号安全:您的账号仅限您本人使用,禁止赠与、借用、租用、转让或售卖。因您保管不善导致的账号被盗、密码泄露等损失,由您自行承担。

实名认证:根据相关法律法规要求,我们可能要求您在特定功能下完成实名认证。如您拒绝提供,可能无法使用部分或全部服务。

未成年人保护:若您未满18周岁,请在法定监护人的陪同下阅读本协议,并在征得监护人同意后使用本服务。

三、 服务内容与规范

知识库查阅权限:会员登录后,有权按照其会员等级对应的权限范围,在线浏览、检索本网站知识库中的相关文章及内容。

服务变更:我们有权根据业务发展需要,调整、变更或终止部分服务内容,并将以网站公告、公众号消息等方式提前通知。

禁止行为:您在使用服务时不得实施以下行为:

利用技术手段批量爬取、下载、转存知识库内容;

将知识库内容用于商业目的或未经授权地向第三方传播;

干扰本网站正常运行或侵犯其他用户合法权益;

发布违法违规信息或从事违反公序良俗的活动。

四、 知识产权声明

权利归属:本网站知识库中的排版设计、软件代码等内容的知识产权均归【公司全称】或原权利人所有,受《中华人民共和国著作权法》等法律保护。

有限许可:本网站授予会员一项非独占、不可转让、不可转授权的普通许可,仅限于个人学习、研究之目的在线查阅知识库内容。

侵权追责:未经书面许可,任何单位或个人不得以任何形式复制、转载、摘编、镜像、汇编或以其他方式使用上述内容。一经发现,我们保留追究其法律责任的权利。

五、 个人信息保护

我们重视对您个人信息的保护。关于我们如何收集、使用、存储和保护您的个人信息,请单独阅读 《隐私政策》。

您通过微信公众号授权或手机号验证所提供的信息,我们将严格按照《个人信息保护法》的规定处理,仅用于身份识别、服务提供及安全验证等必要用途。

您可以随时通过网站设置或联系客服行使查阅、更正、删除个人信息及撤回授权同意的权利。

六、 免责声明

内容准确性:知识库内容仅供参考,不构成专业建议。我们不对其完整性、准确性、时效性作任何明示或暗示的保证,您应自行判断并承担使用风险。

不可抗力:因自然灾害、政策法规变化、网络故障、第三方平台接口异常(如微信接口维护、运营商短信通道故障)等不可抗力导致的服务中断或延迟,我们不承担违约责任。

第三方链接:本网站可能包含指向第三方网站的链接,该等网站的内容和服务不受我们控制,请您自行甄别风险。

七、 违约责任

如您违反本协议约定,我们有权视情节采取警告、限制功能、暂停服务、注销账号等措施,并保留要求赔偿损失的权利。

如因您的违约行为导致我们遭受行政处罚、第三方索赔或商誉损失,您应承担全部赔偿责任(包括但不限于罚款、赔偿金、律师费、公证费等)。

八、 法律适用与争议解决

本协议的订立、执行和解释均适用中华人民共和国大陆地区法律。

因本协议产生的或与本协议有关的任何争议,双方应友好协商解决;协商不成的,任何一方均可向【公司所在地】有管辖权的人民法院提起诉讼。

九、 其他

本协议构成双方就本服务达成的完整协议,取代此前任何口头或书面约定。

本协议任一条款被认定为无效或不可执行的,不影响其他条款的效力。

我们对本协议享有最终解释权,并在法律允许的范围内保留随时修改的权利。修改后的协议一经公布即生效,继续使用服务即视为同意修订内容。


已查阅