Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
40d40dda
"lib/bindings/python/vscode:/vscode.git/clone" did not exist on "794c0a4431ddfdac5cf83c03df88d8767bd26b2b"
Unverified
Commit
40d40dda
authored
Jul 15, 2025
by
Graham King
Committed by
GitHub
Jul 15, 2025
Browse files
chore(multi-modal): Rename frontend.py to web.py (#1951)
parent
a9e0891c
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
examples/multimodal/components/web.py
examples/multimodal/components/web.py
+0
-0
examples/multimodal/graphs/agg.py
examples/multimodal/graphs/agg.py
+1
-1
examples/multimodal/graphs/disagg.py
examples/multimodal/graphs/disagg.py
+1
-1
No files found.
examples/multimodal/components/
frontend
.py
→
examples/multimodal/components/
web
.py
View file @
40d40dda
File moved
examples/multimodal/graphs/agg.py
View file @
40d40dda
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
from
components.decode_worker
import
VllmDecodeWorker
from
components.decode_worker
import
VllmDecodeWorker
from
components.encode_worker
import
VllmEncodeWorker
from
components.encode_worker
import
VllmEncodeWorker
from
components.frontend
import
Frontend
from
components.processor
import
Processor
from
components.processor
import
Processor
from
components.web
import
Frontend
Frontend
.
link
(
Processor
).
link
(
VllmDecodeWorker
).
link
(
VllmEncodeWorker
)
Frontend
.
link
(
Processor
).
link
(
VllmDecodeWorker
).
link
(
VllmEncodeWorker
)
examples/multimodal/graphs/disagg.py
View file @
40d40dda
...
@@ -15,9 +15,9 @@
...
@@ -15,9 +15,9 @@
from
components.decode_worker
import
VllmDecodeWorker
from
components.decode_worker
import
VllmDecodeWorker
from
components.encode_worker
import
VllmEncodeWorker
from
components.encode_worker
import
VllmEncodeWorker
from
components.frontend
import
Frontend
from
components.prefill_worker
import
VllmPrefillWorker
from
components.prefill_worker
import
VllmPrefillWorker
from
components.processor
import
Processor
from
components.processor
import
Processor
from
components.web
import
Frontend
Frontend
.
link
(
Processor
).
link
(
VllmDecodeWorker
).
link
(
VllmPrefillWorker
).
link
(
Frontend
.
link
(
Processor
).
link
(
VllmDecodeWorker
).
link
(
VllmPrefillWorker
).
link
(
VllmEncodeWorker
VllmEncodeWorker
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment