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

Fix wrong file name (wasn't matching with huggingface) #58

Merged
merged 1 commit into from
Jan 28, 2024
Merged

Fix wrong file name (wasn't matching with huggingface) #58

merged 1 commit into from
Jan 28, 2024

Conversation

robonxt-ai
Copy link
Contributor

Originally from #57

Describe the bug
When installing and downloading yuna models from index.py or index.sh, the downloaded model is named differently from the one default in config file.

To Reproduce
Steps to reproduce the behavior:

  1. Run index.sh or index.py
  2. Download the yuna model by selecting One Click, Go Back, and Yuna.
  3. Wait for it to finish downloading
  4. Attempt to run it using index.sh or index.py
  5. Error

Expected behavior
The system should work normally after download.

Desktop (please complete the following information):

  • OS: Ubuntu 23,10
  • Version: 26e3346

Solution
Change config file "yuna_default_model": "yuna-ai-q5.gguf" to "yuna_default_model": "yuna-ggml-q5.gguf"

Fix wrong file name (wasn't matching with huggingface)
Copy link
Owner

@yukiarimo yukiarimo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay, let’s fix it as is for now.

@yukiarimo yukiarimo merged commit 43284fa into yukiarimo:main Jan 28, 2024
@robonxt-ai robonxt-ai deleted the patch-1 branch January 28, 2024 01:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants