Skip to content

Issue #290 pypi mismatch#294

Merged
amuvarma13 merged 1 commit intocanopyai:mainfrom
threadedrabbit:issue-290
Dec 5, 2025
Merged

Issue #290 pypi mismatch#294
amuvarma13 merged 1 commit intocanopyai:mainfrom
threadedrabbit:issue-290

Conversation

@threadedrabbit
Copy link
Copy Markdown
Contributor

@threadedrabbit threadedrabbit commented Dec 5, 2025

Summary

The current published PyPi package is not forwarding the max_model_len to OrpheusModel. As a workaround do git clone of the repo, perform the necessary installations but for usage add sys.path.insert(0, 'orpheus_tts_pypi') to import for the locally cloned repo instead. This update fixes #290

Changes

Updated readme with instructions on how to add local repo to the import path

@amuvarma13

@threadedrabbit threadedrabbit changed the title Closes #290: issue 290 pypi mismiatch Closes #290: issue 290 pypi mismatch Dec 5, 2025
@threadedrabbit threadedrabbit changed the title Closes #290: issue 290 pypi mismatch Issue #290 pypi mismatch Dec 5, 2025
@amuvarma13 amuvarma13 merged commit e64661f into canopyai:main Dec 5, 2025
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.

Demo code from readme fails

2 participants