jlonge4 / local_llama

This repo is to showcase how you can run a model locally and offline, free of OpenAI dependencies.
Apache License 2.0
221 stars 31 forks source link

ModuleNotFoundError: No module named 'sentence_transformers' #8

Closed Zildj1an closed 1 year ago

Zildj1an commented 1 year ago

Using macOS Monterrey (v12.6), I run:

$ python -m streamlit run local_llama.py

and get the error:

ModuleNotFoundError: No module named 'sentence_transformers'

I have a fix and plan to pull request

jlonge4 commented 1 year ago

@Zildj1an thanks for providing a fix with the issue! Awesome, I have merged your changes πŸ‘πŸΌπŸ‘πŸΌ