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
docker run -p 8000:8000 outlinesdev/outlines --model="microsoft/Phi-3-mini-4k-instruct" pwsh 35 11:48:57
Traceback (most recent call last):
File "/usr/local/lib/python3.10/runpy.py", line 187, in _run_module_as_main
mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
File "/usr/local/lib/python3.10/runpy.py", line 110, in _get_module_details import(pkg_name)
File "/outlines/outlines/init.py", line 3, in
import outlines.generate
File "/outlines/outlines/generate/init.py", line 2, in
from .cfg import cfg
File "/outlines/outlines/generate/cfg.py", line 7, in
from outlines.models import LlamaCpp, OpenAI, TransformersVision
File "/outlines/outlines/models/init.py", line 11, in
from .exllamav2 import ExLlamaV2Model, exl2
File "/outlines/outlines/models/exllamav2.py", line 4, in
import torch
ModuleNotFoundError: No module named 'torch'
Describe the issue as clearly as possible:
docker run -p 8000:8000 outlinesdev/outlines --model="microsoft/Phi-3-mini-4k-instruct" pwsh 35 11:48:57
Traceback (most recent call last):
File "/usr/local/lib/python3.10/runpy.py", line 187, in _run_module_as_main
mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
File "/usr/local/lib/python3.10/runpy.py", line 110, in _get_module_details
import(pkg_name)
File "/outlines/outlines/init.py", line 3, in
import outlines.generate
File "/outlines/outlines/generate/init.py", line 2, in
from .cfg import cfg
File "/outlines/outlines/generate/cfg.py", line 7, in
from outlines.models import LlamaCpp, OpenAI, TransformersVision
File "/outlines/outlines/models/init.py", line 11, in
from .exllamav2 import ExLlamaV2Model, exl2
File "/outlines/outlines/models/exllamav2.py", line 4, in
import torch
ModuleNotFoundError: No module named 'torch'
Steps/code to reproduce the bug:
Expected result:
Error message:
Outlines/Python version information:
Version information
Context for the issue:
No response
The text was updated successfully, but these errors were encountered: