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
In src/01.notebooks demo, running Cell 3 gives the following error:
Cell In[4], [line 3](vscode-notebook-cell:?execution_count=4&line=3)
[1](vscode-notebook-cell:?execution_count=4&line=1) # Create an instance of the Model class from the onnxruntime_genai module
[2](vscode-notebook-cell:?execution_count=4&line=2) # This instance is initialized with the path to the model file
----> [3](vscode-notebook-cell:?execution_count=4&line=3) model = og.Model(model_path)
[5](vscode-notebook-cell:?execution_count=4&line=5) # Create a multimodal processor using the model instance
[6](vscode-notebook-cell:?execution_count=4&line=6) # This processor will handle different types of input data (e.g., text, images)
[7](vscode-notebook-cell:?execution_count=4&line=7) processor = model.create_multimodal_processor()
RuntimeError: Error encountered while parsing '../../Models/Phi-3-vision-128k-instruct-onnx-cpu/cpu-int4-rtn-block-32-acc-level-4/genai_config.json' JSON Error: Unknown value: visual_features at line 44 index 53
Environment: Codespace
The text was updated successfully, but these errors were encountered:
In src/01.notebooks demo, running Cell 3 gives the following error:
Environment: Codespace
The text was updated successfully, but these errors were encountered: