当前位置: 首页 > article >正文

llama.cpp 模型可视化工具 GGUF Visualizer

llama.cpp 模型可视化工具 GGUF Visualizer

  • 1. GGUF Visualizer for VS Code (gguf-viz)
    • 1.1. Features
    • 1.2. Extension Settings
  • References

GGUF Visualizer
https://marketplace.visualstudio.com/items?itemName=AgainstEntropy.gguf-viz

1. GGUF Visualizer for VS Code (gguf-viz)

This Visual Studio Code extension allows you to visualize a local GGUF file, similar to experience on HuggingFace, but with searching support.

在这里插入图片描述

1.1. Features

  • Visualizing metadata and tensor infos (name, shape, and quantization type) of a local GGUF file.

在这里插入图片描述

在这里插入图片描述

  • Searching and filtering key word from metadata key/value and tensor name/shape/quantization type.

在这里插入图片描述

1.2. Extension Settings

This extension contributes the following settings:

  • gguf-viz.maxArrayElements: Maximum number of elements to display in an array. Default to 10.

在这里插入图片描述

References

[1] Yongqiang Cheng, https://yongqiang.blog.csdn.net/
[2] huggingface/gguf, https://github.com/huggingface/huggingface.js/tree/main/packages/gguf
[3] gguf-viz (GGUF Visualizer for VS Code), https://github.com/AgainstEntropy/vscode-gguf-viz


http://www.kler.cn/a/503989.html

相关文章:

  • FPGA的 基本结构(Xilinx 公司Virtex-II 系列FPGA )
  • 分布式缓存redis
  • MMDetection框架下的常见目标检测与分割模型综述与实践指南
  • E10.【C语言】练习:编写一个猜数字游戏
  • Linux创建server服务器实现多方信息收发
  • 不同音频振幅dBFS计算方法
  • 提高互联网Web安全性:避免越权漏洞的技术方案
  • 在Visual Studio中编译.c文件和.cpp文件主要有哪些不同
  • 第三篇 Avaya IP Office的架构及其服务组成
  • Mysql--运维篇--安全性(数据库访问控制,最小权限原则,表空间加密,TLS加密,证书签发,SQL注入及防范等)
  • centos 8 中安装Docker
  • [读书日志]8051软核处理器设计实战(基于FPGA)第七篇:8051软核处理器的测试(verilog+C)
  • 多商家入驻商城系统架构与功能分析
  • 《鸿蒙Next旅游应用:人工智能赋能个性化与智能导览新体验》
  • workloadSelector 是一种在服务网格(如Istio)中用于选择特定工作负载实例的机制。
  • Kafka权威指南(第2版)读书笔记
  • 【如何从0到1设计测试用例使用Fiddler完成弱网测试】
  • Android 调用系统服务接口获取屏幕投影(需要android.uid.system)
  • 数据结构之顺序结构二叉树(超详解)
  • Codeforces Round 976 (Div. 2) and Divide By Zero 9.0(A-E)
  • 接口测试总结(http与rpc)
  • 【漏洞复现】孚盟云 MailAjax.ashx SQL注入漏洞复现
  • VSCode 搜索 搜不到
  • 【Linux】设备驱动中的ioctl详解
  • 初学stm32 --- II2C_AT24C02,向EEPROM中读写数据
  • 如何通过 Nginx 配置防盗链保护静态资源(详细配置)