Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/willmeyers/gptq
https://github.com/willmeyers/gptq
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/willmeyers/gptq
- Owner: willmeyers
- License: mit
- Created: 2023-03-15T01:52:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-03-15T03:26:01.000Z (over 1 year ago)
- Last Synced: 2024-08-02T16:47:45.425Z (3 months ago)
- Language: Go
- Size: 3.7 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome-github-stars - willmeyers/gptq - (Go)
README
# 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:
```bash
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.