-
Notifications
You must be signed in to change notification settings - Fork 137
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels