microsoft / microsoft/foundry-dev-tools
sse_starlette is not installed when installing local finetuning dependencies
Open
@XiaofuHuang is already working on this.
Since Sep 10, 2024.
- Dominant language
- JavaScript
- Stars
- 2.1k
- Forks
- 260
- Avg merge
- 42m
- Merged PRs (30d)
- 29
Description
hayden@XPS15:/mnt/d/phi3-finetuning/phi3-finetuning/terminal-assistant/setup$ conda activate phi-3-env
(phi-3-env) hayden@XPS15:/mnt/d/phi3-finetuning/phi3-finetuning/terminal-assistant/setup$ cd ..
(phi-3-env) hayden@XPS15:/mnt/d/phi3-finetuning/phi3-finetuning/terminal-assistant$ cd inference/
(phi-3-env) hayden@XPS15:/mnt/d/phi3-finetuning/phi3-finetuning/terminal-assistant/inference$ python gradio_chat.py --baseonly
Traceback (most recent call last):
File "/mnt/d/phi3-finetuning/phi3-finetuning/terminal-assistant/inference/gradio_chat.py", line 10, in <module>
from sse_starlette.sse import EventSourceResponse
ModuleNotFoundError: No module named 'sse_starlette'
(phi-3-env) hayden@XPS15:/mnt/d/phi3-finetuning/phi3-finetuning/terminal-assistant/inference$
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.