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

See if stale dependencies are causing shortfin server to fail to start #604

Merged
merged 1 commit into from
Nov 25, 2024

Conversation

stbaione
Copy link
Contributor

@stbaione stbaione commented Nov 25, 2024

Description

We started seeing a failure in Shortfin CPU LLM Integration Test after merging #601. However, the only aspect of the integration test that that PR touches is a fix in the logger:

Old

logger = logging.getLogger("__name__")

New

logger = logging.getLogger(__name__)

That shouldn't have an impact on the test, and while reading the output of the workflow, it didn't seem to be the line that caused the server to not start.

When testing locally in a fresh environment, the test ran fine, which made me think that it may be related to stale dependencies. I updated the hash of cached pip to take into account requirement changes in sharktank and shortfin, which appears to fix the test.

@stbaione stbaione marked this pull request as ready for review November 25, 2024 16:43
@stbaione stbaione requested a review from marbre November 25, 2024 16:43
@stbaione stbaione merged commit e906b66 into nod-ai:main Nov 25, 2024
4 of 7 checks passed
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