Code Monkey home page Code Monkey logo

Comments (2)

PanQiWei avatar PanQiWei commented on May 20, 2024 1

Thanks so much for your like and support for this project! ❤️

Ooba made his own fork for stability, but this does not support the latest GPTQ methods; specifically, --act-order. If a user wants to use --act-order, they have to link qwopqwop's latest GPTQ-for-LlaMa in instead.

Yes, I also experimented the two new features --act-order and --true-sequential on GPTJ model and found out it can truly bridge the gap between the quantized model and the origin one.

  • Thus, I add the option of using --act-order to BaseQuantizeConfig and renamed to desc_act;
  • And for --true-sequential it has been add in this project as a non-optional feature, as you can see in this example

There is my roughly schedule and todo list of features on this project in the rest of days of this month, but it might be changed:

  • I would spend ~2 hours per day on this project in my spare time
  • Test on and add in more CausalLMs in transformers
  • Faster version CUDA kernels in earlier version of gptq-for-llama cuda branch would be added back, but this may not compatible with desc_act as described in here
  • Triton integration, but I'm really new to triton so I've turned to qwopqwop200 for some advices and help, current and future discussions will all be in here. Also it would be wonderful if you have some more tips about development with triton, and even better to directly contribute to this project. 😄

And in particular I think it could be really good if oobabooga implemented your code in text-generation-webui.

AutoGPTQ is still in a very early stage and many apis might be vastly changed in the future, but I will pull a request to text-generation-webui as soon as AutoGPTQ becomes stable.

from autogptq.

Ph0rk0z avatar Ph0rk0z commented on May 20, 2024

If you don't use groupsize I think you can use desc_act and true sequential.

I think it's better to have those and not have group size but that's just me.

from autogptq.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.