Skip to content

Commit a50fc2d

Browse files
authored
Removing seq2seq and fixing requirements (#3221)
* REmoving seq2seq and fixing requirements * Sphinx
1 parent d305e96 commit a50fc2d

File tree

8 files changed

+2
-215
lines changed

8 files changed

+2
-215
lines changed

demos/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ ovms_demo_using_paddlepaddle_model
3636
ovms_demo_bert
3737
ovms_demo_universal-sentence-encoder
3838
ovms_demo_benchmark_client
39-
ovms_demo_python_seq2seq
4039
ovms_demo_python_stable_diffusion
4140
ovms_string_output_model_demo
4241
@@ -77,7 +76,6 @@ Check out the list below to see complete step-by-step examples of using OpenVINO
7776
|---|---|
7877
|[Stable Diffusion](python_demos/stable_diffusion/README.md) | Generate image using Stable Diffusion model sending prompts via gRPC API unary or interactive streaming endpoint.|
7978
|[CLIP image classification](python_demos/clip_image_classification/README.md) | Classify image according to provided labels using CLIP model embedded in a multi-node MediaPipe graph.|
80-
|[Seq2seq translation](python_demos/seq2seq_translation/README.md) | Translate text using seq2seq model via gRPC API.|
8179

8280
## With MediaPipe Graphs
8381
| Demo | Description |

demos/python_demos/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ git+https://github.com/dtrawins/optimum-intel.git@concurrency_support_cloneall
55

66
onnx==1.17.0
77
pillow==10.3.0
8-
optimum[diffusers]==1.18.1
8+
optimum[diffusers]==1.17.1
99
tritonclient[grpc]==2.51.0 # Required to use batch string serialization/deserialization (4byte length prepend)
10-
transformers<=4.49 # 4.50 has a bug
10+
transformers==4.49 # 4.50 has a bug
1111
diffusers==0.29.2
1212
datasets==2.18.0
1313
numpy<2.0

demos/python_demos/seq2seq_translation/README.md

Lines changed: 0 additions & 102 deletions
This file was deleted.

demos/python_demos/seq2seq_translation/client.py

Lines changed: 0 additions & 32 deletions
This file was deleted.

demos/python_demos/seq2seq_translation/requirements.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

demos/python_demos/seq2seq_translation/servable/config.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

demos/python_demos/seq2seq_translation/servable/graph.pbtxt

Lines changed: 0 additions & 30 deletions
This file was deleted.

demos/python_demos/seq2seq_translation/servable/model.py

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)