You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am experiencing an issue when attempting to load the slim-sentiment-tool model using the load_model method in the ModelCatalog class. The method raises a ModelNotFoundException, indicating that it cannot identify the model card for the selected model.
Steps to Reproduce
Download the model files and place them in the directory /models/llmware/slim-sentiment-tool.
ModelNotFoundException: '/models/llmware/slim-sentiment-tool' could not be located
Expected Behavior
The load_model method should correctly identify and load the model card for the slim-sentiment-tool model.
Actual Behavior
The method raises a ModelNotFoundException, indicating that it cannot identify the model card for the selected model.
Environment
llmware version: 0.3.3
Python version: 3.11
Request for Assistance
Could you please assist in identifying why the load_model method is unable to find the model card from the local path and suggest any necessary changes to fix this issue?
Thank you!
The text was updated successfully, but these errors were encountered:
I am experiencing an issue when attempting to load the
slim-sentiment-tool
model using theload_model
method in theModelCatalog
class. The method raises aModelNotFoundException
, indicating that it cannot identify the model card for the selected model.Steps to Reproduce
/models/llmware/slim-sentiment-tool
.Expected Behavior
The
load_model
method should correctly identify and load the model card for theslim-sentiment-tool
model.Actual Behavior
The method raises a
ModelNotFoundException
, indicating that it cannot identify the model card for the selected model.Environment
Request for Assistance
Could you please assist in identifying why the
load_model
method is unable to find the model card from the local path and suggest any necessary changes to fix this issue?Thank you!
The text was updated successfully, but these errors were encountered: