-
Notifications
You must be signed in to change notification settings - Fork 541
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
Exploration of Phi-3 Medium Vision and Text for fully local agent #272
Comments
@catyung is exploring this currently. Here are some exchanges on the Discord :
|
Here is the code that I use for using fully open-source models as world model, action engine, embedding model LOAD LLM MODELS
Open source MM_LLM
Open source embedding model
Inference
|
That's great! I will have a look. How good are performances? |
Hi @catyung , could you please share the requirements.txt file to resolve all the dependencies to get this code work on my local |
Lots of people have asked to have a local version working that is not reliant on OpenAI.
So far OSS models have seemed to not be good enough but Phi-3 might make it.
It could be interesting if someone replace the
mm_llm
andllm
in both theWorldModel
andActionEngine
to see if it is performant enough.The text was updated successfully, but these errors were encountered: