Skip to content

Commit

Permalink
Specify suggested default models (#41)
Browse files Browse the repository at this point in the history
* Specify suggested default models 

Specify Llama 3 8B/40B as suggested default language model and LLaVA as suggested default vision model 

These models were used for building/testing

* Update README.md

remove unnecessary opening bracket
  • Loading branch information
kingjulio8238 authored May 22, 2024
1 parent 4cc80a7 commit c78a307
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ pip install memary

## Demo
**Notes:** memary currently assumes the local installation method and currently supports any models available through Ollama:
- LLM running locally using Ollama **OR** `gpt-3.5-turbo`
- Vision model running locally using Ollama **OR** `gpt-4-vision-preview`
- LLM running locally using Ollama (Llama 3 8B/40B as suggested defaults) **OR** `gpt-3.5-turbo`
- Vision model running locally using Ollama (LLaVA as suggested default) **OR** `gpt-4-vision-preview`

memary will default to the locally run models unless explicitly specified.

Expand Down

0 comments on commit c78a307

Please sign in to comment.