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: Session is not initialized. #58

Merged
merged 2 commits into from
Jun 10, 2024
Merged

Conversation

jainkunal
Copy link
Contributor

When using GizaModel with id and version, it tries to set the session after downloading the model but since the _output_path is not set it is unable to download the model and initialize the session.

Tested with

m = GizaModel(id=766, version=1)
m.predict(X)

When using GizaModel with `id` and `version`, it tries to set the session after downloading the model but since the `_output_path` is not set it is unable to download the model and initialize the session.

Tested with
```
m = GizaModel(id=766, version=1)
m.predict(X)
```
@Gonmeso Gonmeso merged commit 9b43136 into gizatechxyz:main Jun 10, 2024
1 check passed
@jainkunal jainkunal deleted the patch-1 branch June 13, 2024 11:10
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