Skip to content

Collection of helpful scripts for working with GGML models

License

Notifications You must be signed in to change notification settings

IntrinsicLabsAI/ggml-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

GGML scripts

This repo is a collection of small Python scripts for use with GGML and llama.cpp model files.

Scripts are intended to be:

  • Simple and focused, ideally should perform one well-documented function
  • Run with any modern python3 interpreter with zero dependencies

We might break these rules at some point when it's convenient but not right now.

Scripts

  • ggml_cat.py: This script accepts on the command line a list of arguments as file paths. Has arguments for emitting complete information about a GGML file, including descriptions of all tensors and their types.

About

Collection of helpful scripts for working with GGML models

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages