Skip to content

willmeyers/gptq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gptq

gptq is an experimental command-line tool for helping reshape structured data into more structured data.

Installing

gptq is recommended to be run with >=1.19.

Building from source

Simply checkout the repo and run make build.

Usage

gptq -h

A basic example:

cat users.csv | gptq 'json list of users sorted by id' -f json | jq > users.json

Disclaimer

This is a fun toy. Do not ever use this in a production environment or pipe in any sensitive data you don't want OpenAI to have.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published