pip install phi3vision
I tried to initialize and load Phi-3-vision-128k-instruct but received an ImportError: This modeling file requires the following packages that were not found in your environment: phi3vision. Run pip install phi3vision. Strangely, I was able to load the model normally two days ago. Could this be because the official dependencies have been updated?
After running the pip install phi3vision command, I received the following message:
(ninja) E:\pytorch\LargeLanguageModel\LLMDebug>pip install phi3vision
ERROR: Could not find a version that satisfies the requirement phi3vision (from versions: none)
ERROR: No matching distribution found for phi3vision
Could it be that the official release of this package has not yet been published?
You can use the hugging face model.