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

Fixes #76: Enhance Data Storage: Including Model Details in the result.json file #77

Merged
merged 6 commits into from
Apr 24, 2024

Conversation

MaxenceGui
Copy link

  • Add the models key to the result store in the blob storage

@MaxenceGui MaxenceGui requested a review from a team as a code owner April 15, 2024 15:46
@MaxenceGui MaxenceGui self-assigned this Apr 15, 2024
@MaxenceGui MaxenceGui requested review from a team and amirardalan9473 April 15, 2024 15:46
@MaxenceGui MaxenceGui marked this pull request as draft April 15, 2024 15:48
@MaxenceGui MaxenceGui marked this pull request as ready for review April 15, 2024 15:58
@MaxenceGui MaxenceGui changed the title Fixes #76: Enhance Data Storage: Including Mdoel Details in the result.json file Fixes #76: Enhance Data Storage: Including Model Details in the result.json file Apr 16, 2024
@@ -455,6 +458,7 @@ async def test():
m = Model(
request_function["test"],
"test_model1",
1,

Choose a reason for hiding this comment

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

why is it hardcoded to 1?

Copy link
Author

Choose a reason for hiding this comment

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

Model() took different data and in third position, they took the version of the model. Here, since I'm building a test model for the testing, I set the version of the test model to 1.

In the test refactor issue (#59) we should probably delete this endpoint and build the test models in the test files directly.

app.py Show resolved Hide resolved
@MaxenceGui MaxenceGui requested a review from k-allagbe April 23, 2024 20:12
@MaxenceGui
Copy link
Author

Markdown failed check

Dead link because hugging face is down

image

@MaxenceGui MaxenceGui merged commit 6591d12 into main Apr 24, 2024
8 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.

Enhance Data Storage by Including Model Details in the result.json File
3 participants