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
Describe the bug
ModuleNotFoundError when importing client:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/Users/cecil/repos/anarchy/LLM-VM/src/llm_vm/client.py", line 6, in <module>
from llm_vm.completion.optimize import LocalOptimizer
File "/Users/cecil/repos/anarchy/LLM-VM/src/llm_vm/completion/optimize.py", line 14, in <module>
from llm_vm.guided_completion import Completion
File "/Users/cecil/repos/anarchy/LLM-VM/src/llm_vm/guided_completion.py", line 2, in <module>
import outlines.text.generate as generate
ModuleNotFoundError: No module named 'outlines.text'
To Reproduce
Steps to reproduce the behavior:
Install LLM-VM
Open python3 in shell
Import client using from llm_vm.client import Client
Expected behavior
Client imports successfully.
Desktop (please complete the following information):
OS: macOS Monterey 12.7.1
The text was updated successfully, but these errors were encountered:
Describe the bug
ModuleNotFoundError when importing client:
To Reproduce
Steps to reproduce the behavior:
from llm_vm.client import Client
Expected behavior
Client imports successfully.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: