Git Product home page Git Product logo

Comments (2)

tonylins avatar tonylins commented on July 20, 2024

Hi, thanks for the interests in our work! It should theoretically support different LLM designs, but we need to implement the support (just a few lines of code). Please refer to awq/quantize/pre_quant.py and awq/quantize/auto_scale.py

from llm-awq.

songkq avatar songkq commented on July 20, 2024

@tonylins Thanks.
When I install the efficient W4A16 CUDA kernel with python setup.py install, it requires -std=c++14 instead of -std=c++17 to be set in setup.py.

extra_compile_args = {
    "cxx": ["-g", "-O3", "-fopenmp", "-lgomp", "-std=c++14"],
    "nvcc": ["-O3", "-std=c++14", "-keep"],
}

However, it also failed with the errors when using -std=c++14. Which Pytorch version do you use? Could you please give some advice?

/usr/local/anaconda3/envs/awq/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/nn/cloneable.h:58:59: error: invalid static_cast from typeconst torch::OrderedDict<std::basic_string<char>, at::Tensor>to typetorch::OrderedDict<std::basic_string<char>, at::Tensor>&/usr/local/anaconda3/envs/awq/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/nn/cloneable.h:71:61: error: invalid static_cast from typeconst torch::OrderedDict<std::basic_string<char>, std::shared_ptr<torch::nn::Module> >to typetorch::OrderedDict<std::basic_string<char>, std::shared_ptr<torch::nn::Module> >&

The root cause maybe that a new gcc version (>5.4) is required. As for gcc 5.4.0, the issue can be solved by modifying the /usr/local/anaconda3/envs/awq/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/nn/cloneable.h.

copy->parameters_.size() == this -> parameters_.size()
copy->buffers_.size() == this -> buffers_.size()
copy->children_.size() == this -> children_.size()

from llm-awq.

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.