Skip to content

Commit

Permalink
Fix LLM filename (opea-project#87)
Browse files Browse the repository at this point in the history
Signed-off-by: lvliang-intel <[email protected]>
  • Loading branch information
lvliang-intel authored May 23, 2024
1 parent 530bc32 commit d246c0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion comps/llms/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ curl http://${your_ip}:8008/generate \

```bash
export TGI_LLM_ENDPOINT="http://${your_ip}:8008"
python langchain/llm_tgi.py
python langchain/llm.py
```

# 🚀Start Microservice with Docker
Expand Down
2 changes: 1 addition & 1 deletion comps/llms/text-generation/tgi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ ENV PYTHONPATH=$PYTHONPATH:/home/user

WORKDIR /home/user/comps/llms/text-generation/tgi

ENTRYPOINT ["python", "llm_tgi.py"]
ENTRYPOINT ["python", "llm.py"]

0 comments on commit d246c0e

Please sign in to comment.