Giter Club home page Giter Club logo

Comments (6)

pseudotensor avatar pseudotensor commented on June 11, 2024 1

Hi, the AWQ thing looks like its specific to AWQ. I don't have any good ideas w.r.t. that.

Note that GGUF and AWQ are independent. If you are finding AWQ sometimes works, probably some race/bug in AWQ. Please check their repo: https://github.com/casper-hansen/AutoAWQ and post an issue if you can just follow their basic instructions.

If you find their basic instructions work but h2oGPT does not, I can look again.

from h2ogpt.

pseudotensor avatar pseudotensor commented on June 11, 2024 1

I don't think set "PIP_EXTRA_INDEX_URL=https://download.pytorch.org/whl/cu118" is correct, it probably makes it use non-cuda torch and then since AWQ only supports cuda then it would fail, might explain your situation.

Closing for now until get evidence that not AWQ issue.

from h2ogpt.

pseudotensor avatar pseudotensor commented on June 11, 2024

I'm sure about:

F:\h2oGPT\installer_files\env\lib\site-packages\gradio\components\dropdown.py:231: UserWarning: The value passed into gr.Dropdown() is not in the list of choices. Please update the list of choices to include: or set allow_custom_value=True.
  warnings.warn(
Got prompt_type 1:

Can you explain exactly what you did to hit this?

from h2ogpt.

Werve avatar Werve commented on June 11, 2024

I'm sure about:

F:\h2oGPT\installer_files\env\lib\site-packages\gradio\components\dropdown.py:231: UserWarning: The value passed into gr.Dropdown() is not in the list of choices. Please update the list of choices to include: or set allow_custom_value=True.
  warnings.warn(
Got prompt_type 1:

Can you explain exactly what you did to hit this?

If I remember correctly I loaded and then unloaded, with the relative buttons, the same model

from h2ogpt.

Werve avatar Werve commented on June 11, 2024

I don't think set "PIP_EXTRA_INDEX_URL=https://download.pytorch.org/whl/cu118" is correct, it probably makes it use non-cuda torch and then since AWQ only supports cuda then it would fail, might explain your situation.

Closing for now until get evidence that not AWQ issue.

I mean in the readme for Windows it said:

set PIP_EXTRA_INDEX_URL="https://download.pytorch.org/whl/cu118"

but then looking at the pip command response it seems to have loaded the url with quotes.
Writing instead:
set "PIP_EXTRA_INDEX_URL=https://download.pytorch.org/whl/cu118"
brings back the intended url.

from h2ogpt.

Werve avatar Werve commented on June 11, 2024

I'm sure about:

F:\h2oGPT\installer_files\env\lib\site-packages\gradio\components\dropdown.py:231: UserWarning: The value passed into gr.Dropdown() is not in the list of choices. Please update the list of choices to include: or set allow_custom_value=True.
  warnings.warn(
Got prompt_type 1:

Can you explain exactly what you did to hit this?

If I remember correctly I loaded and then unloaded, with the relative buttons, the same model

I noticed now that in the list of models the same one appears twice, but I don't see it downloaded in any folder.

image

from h2ogpt.

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.