juncongmoo / pyllama

LLaMA: Open and Efficient Foundation Language Models
GNU General Public License v3.0
2.8k stars 312 forks source link

gptq github #97

Open austinmw opened 1 year ago

austinmw commented 1 year ago

Hi, where is the source code for the gptq library?

VVIMT commented 1 year ago

https://github.com/qwopqwop200/GPTQ-for-LLaMa

This is not the official repo but it seems to be a good one given the number of forks, stars, contributors and commits.

austinmw commented 1 year ago

But where does the pip install gptq come from?

VVIMT commented 1 year ago

Oh okay for pip the latest version of the source code is here: https://pypi.org/project/gptq/0.0.3/#files

And as you can see it's still "juncongmoo" who created(or just contributes to) gptq apparently, but I don't see it in his github projects: https://pypi.org/user/juncongmoo/

austinmw commented 1 year ago

Ah okay thanks!