Skip to content

Conversation

@amorari
Copy link

@amorari amorari commented Feb 28, 2025

Getting this error when using --source :

triton - ERROR - Local file path 'local:/workspace/engines/llama-2-7b' provided by --source does not exist

This is due to a bug in repository.py where the source is not stripped of the SOURCE_PREFIX_LOCAL before doing Path(source).

Also, the copy assumes a file, but the model is a directory, so adding code to copy the directory and also printing a message while waiting for the copy.

@richardhuo-nv
Copy link
Contributor

Thank you @amorari. Could you please raise the PR with a branch under this repository instead of one under your forked repository? This will help the github ci triggered to run the tests.

@rmccorm4 rmccorm4 changed the title Fix local source prefix bug fix: Fix local source prefix bug Mar 3, 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.

2 participants