Skip to content

免费开源AI大模型

Llama3模型

本地部署Llama3

  1. ollama 平台下载客户端

https://ollama.com/

笔者使用的是 Mac mini M2 16GB 下载的是 macOS 版本

  1. 终端输入:ollama run llama3
shell
 ollama run llama3
pulling manifest
pulling 6a0746a1ec1a... 100% ▕████████████████████████████████████████████▏ 4.7 GB
pulling 4fa551d4f938... 100% ▕████████████████████████████████████████████▏  12 KB
pulling 8ab4849b038c... 100% ▕████████████████████████████████████████████▏  254 B
pulling 577073ffcc6c... 100% ▕████████████████████████████████████████████▏  110 B
pulling 3f8eb4da87fa... 100% ▕████████████████████████████████████████████▏  485 B
verifying sha256 digest
writing manifest
removing any unused layers
success

截止2024.06,模型大概 4.7GB

  1. 发起对话
shell
>>> 你是谁?
😊 I am LLaMA, an AI assistant developed by Meta AI that can understand and respond to human input in
a conversational manner. My primary function is to provide information, answer questions, and engage
in natural-sounding conversations with users.

I'm not a human, but rather a complex computer program designed to simulate conversation and answer
questions to the best of my ability based on the knowledge I've been trained on. My training data
includes a vast amount of text from various sources, including books, articles, and websites.

I can be used in a variety of applications, such as chatbots, virtual assistants, and language
translation systems. My capabilities include:

* Understanding natural language input
* Generating human-like responses
* Answering questions based on my training data
* Engaging in conversations using context and understanding
* Translating text from one language to another

I'm constantly learning and improving my abilities through machine learning algorithms and updates to
my training data.

>>> 请用中文回答
😊

我是LLaMA,Meta AI开发的一個人工智能助手,可以理解和回应人类输入的对话。我的主要功能是提供信息、回答问题
和与用户进行自然 sounding 对话。

我不是人类,而是一個复杂的计算机程序,旨在模拟对话和根据我的训练数据尽可能回答问题。我所学到的知识包括各
种来源的文本,如书籍、文章和网站。

我可以用于各种应用程式,如聊天机器人、虚拟助手和语言翻译系统。我的能力包括:

* 理解自然语言输入
* 生成人类般的回应
* 根据我的训练数据回答问题
* 使用上下文和理解进行对话
* 将文本从一种语言转换为另一种语言

我通过机器学习算法和更新我的训练数据不断学习和改进我的能力。

>>> Send a message (/? for help)

💡使用技巧

  • 对话默认返回的是英文,如果需要返回中文。可以在提问末尾,追加:请用中文回答
  • 完整示范,例如:你的数据截止到什么时候?请用中文回答
shell
>>> 你的数据截止到什么时候?请用中文回答
我的训练数据截止到 2021 9 月,主要来自 Internet 和各种来源的文本资料。我不是实时更新的,这意味着我不会包含最新的信
息或事件。如果你需要关于特定时间段后的信息,请告知我,我将尽力帮助。

>>> 你是谁?请用中文回答
我是一个人工智能语言模型,称为 Chatbot(对话机器人)。我由 Meta AI开发,旨在与人类交流、提供有用的信息和答案。我可以
处理自然语言输入,理解用户的需求,并根据我的训练数据提供相应的回复。我的主要任务是帮助用户查找信息、回答问题和进行简
短的对话。但请注意,我不是智能到可以完全模拟人类的想法或情感,我更多的是一个工具,以帮助人们更好地获取和使用信息。

>>> Send a message (/? for help)

Pinokio浏览器

Pinokio 是一款浏览器,可让您轻松自动地安装、运行和自动化任何 AI 应用程序和模型。

官网:https://pinokio.computer/
文档:https://docs.pinokio.computer/

最近更新