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
I installed Nanoflow by following the instructions in the installation section. The installation was done locally (not docker container). After the installation is done, I run the command ./serve.sh and get an error:
Enter the number corresponding to your model choice: 5
Traceback (most recent call last):
File "/home/ubuntu/Nanoflow/pipeline/utils/serve_8B.py", line 6, in <module>
import pllm_python
ModuleNotFoundError: No module named 'pllm_python'
cat: trace.req_words: No such file or directory
To fix this error, I tried to run the following command:
I installed Nanoflow by following the instructions in the installation section. The installation was done locally (not docker container). After the installation is done, I run the command
./serve.sh
and get an error:To fix this error, I tried to run the following command:
This doesn't help.
I created a pllm_python directory in
site-packages
and copied all the libraries in the
pipeline/build
directory topllm_python
insite-packages
I got around the above error, but ran into another error
How do I get it to work? Thanks.
The text was updated successfully, but these errors were encountered: