GithubHelp home page GithubHelp logo

Comments (6)

casper-hansen avatar casper-hansen commented on July 18, 2024 1

Safetensors were only just implemented as they have not been released on PyPi yet. You must install from main to use this feature until the next release (hopefully soon).

from autoawq.

flexchar avatar flexchar commented on July 18, 2024

Did git clone https://github.com/casper-hansen/AutoAWQ && cd AutoAWQ && pip install ..

Now I'm greeted with
No module named 'awq.modules.fused

Runner failed with exception: ModuleNotFoundError("No module named 'awq.modules.fused'")
  File "/pkg/modal/_container_entrypoint.py", line 484, in call_function_async
    imp_fun.obj.__enter__()
  File "/root/pygmalion-13b-q4.py", line 72, in __enter__
    from awq import AutoAWQForCausalLM
  File "/usr/local/lib/python3.10/dist-packages/awq/__init__.py", line 2, in <module>
    from awq.models.auto import AutoAWQForCausalLM
  File "/usr/local/lib/python3.10/dist-packages/awq/models/__init__.py", line 1, in <module>
    from .mpt import MptAWQForCausalLM
  File "/usr/local/lib/python3.10/dist-packages/awq/models/mpt.py", line 70, in <module>
    from awq.modules.fused.block import MPTBlock
ModuleNotFoundError: No module named 'awq.modules.fused'

I'm inspired by https://huggingface.co/TheBloke/Pygmalion-2-13B-AWQ#install-the-necessary-packages

Will try rebuilding from source with -e parameter.

As far as I know, it was based on Llama 2 - not MPT model

EDIT:
Failed too

Cloning into 'AutoAWQ'...
Obtaining file:///AutoAWQ
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): finished with status 'error'
  error: subprocess-exited-with-error
  
  × python setup.py egg_info did not run successfully.
  │ exit code: 1
  ╰─> [8 lines of output]
      Traceback (most recent call last):
        File "<string>", line 2, in <module>
        File "<pip-setuptools-caller>", line 34, in <module>
        File "/AutoAWQ/setup.py", line 96, in <module>
          arch_flags = get_compute_capabilities()
        File "/AutoAWQ/setup.py", line 81, in get_compute_capabilities
          raise RuntimeError("GPUs with compute capability less than 8.0 are not supported.")
      RuntimeError: GPUs with compute capability less than 8.0 are not supported.
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed

× Encountered error while generating package metadata.
╰─> See above for output.

note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
Terminating task due to error: failed to run builder command "git clone https://github.com/casper-hansen/AutoAWQ && cd AutoAWQ && pip install -e ."

I'll stash until you release 0.0.3 :)

from autoawq.

casper-hansen avatar casper-hansen commented on July 18, 2024

It looks like the GPU you are using is not compatible and then your installation fails. Hoping to release soon when #53 is merged

from autoawq.

casper-hansen avatar casper-hansen commented on July 18, 2024

I fixed the error below. The module was not found because it was missing the __init__.py file. Releasing v0.1.0 on PyPi today.

Runner failed with exception: ModuleNotFoundError("No module named 'awq.modules.fused'")
  File "/pkg/modal/_container_entrypoint.py", line 484, in call_function_async
    imp_fun.obj.__enter__()
  File "/root/pygmalion-13b-q4.py", line 72, in __enter__
    from awq import AutoAWQForCausalLM
  File "/usr/local/lib/python3.10/dist-packages/awq/__init__.py", line 2, in <module>
    from awq.models.auto import AutoAWQForCausalLM
  File "/usr/local/lib/python3.10/dist-packages/awq/models/__init__.py", line 1, in <module>
    from .mpt import MptAWQForCausalLM
  File "/usr/local/lib/python3.10/dist-packages/awq/models/mpt.py", line 70, in <module>
    from awq.modules.fused.block import MPTBlock
ModuleNotFoundError: No module named 'awq.modules.fused'

from autoawq.

casper-hansen avatar casper-hansen commented on July 18, 2024

pip install autoawq==0.1.0

from autoawq.

flexchar avatar flexchar commented on July 18, 2024

Got it working! Really excited to measure the speed improvements coming from AutoGPTQ. Thank you for getting this road block out of the way, Casper.

from autoawq.

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.