Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update "getting started" using docker with a little more info #217

Open
3 tasks done
johnwee1 opened this issue Oct 4, 2024 · 0 comments
Open
3 tasks done

Update "getting started" using docker with a little more info #217

johnwee1 opened this issue Oct 4, 2024 · 0 comments
Labels
documentation Improvements or additions to documentation low priority Good issue, but isn't necessary to add right away

Comments

@johnwee1
Copy link

johnwee1 commented Oct 4, 2024

Problem

Hi, so I'm quite new to using tabbyAPI. i think the documentation for this is quite sparse, so just adding my two cents here.

I try using one of the Qwen2.5 models, running the docker instance of the server. I get this error

... tabbyapi-1 | ERROR: File "/usr/local/lib/python3.10/dist-packages/exllamav2/config.py", tabbyapi-1 | line 378, in prepare tabbyapi-1 | ERROR: raise ValueError(f" ## Could not find {prefix}.* in model") tabbyapi-1 | ERROR: ValueError: ## Could not find model.embed_tokens.* in model

which, after digging around, is because the prebuilt image isn't updated with the latest exllamav2 that supports qwen.

Solution

Just a simple line in the docs to specify that one might have to build the dockerfile first might solve headaches for a few users down the line, because that solved my issue.

Alternatives

No response

Explanation

Would help improve the documentation :)

Examples

No response

Additional context

No response

Acknowledgements

  • I have looked for similar requests before submitting this one.
  • I understand that the developers have lives and my issue will be answered when possible.
  • I understand the developers of this program are human, and I will make my requests politely.
@bdashore3 bdashore3 added low priority Good issue, but isn't necessary to add right away documentation Improvements or additions to documentation labels Nov 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation low priority Good issue, but isn't necessary to add right away
Projects
None yet
Development

No branches or pull requests

2 participants