Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean deprecated VisualQnA code #634

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions VisualQnA/docker/gaudi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ docker build --no-cache -t opea/lvm-tgi:latest --build-arg https_proxy=$https_pr
Since TGI Gaudi has not supported llava-next in main branch, we'll need to build it from a PR branch for now.

```bash
git clone https://github.com/yuanwu2017/tgi-gaudi.git
git clone https://github.com/huggingface/tgi-gaudi.git
cd tgi-gaudi/
git checkout v2.0.4
docker build -t opea/llava-tgi:latest .
cd ../
```
Expand Down
44 changes: 0 additions & 44 deletions VisualQnA/serving/Dockerfile

This file was deleted.

113 changes: 0 additions & 113 deletions VisualQnA/serving/llava_server/llava_server.py

This file was deleted.

4 changes: 0 additions & 4 deletions VisualQnA/serving/requirements.txt

This file was deleted.

Loading