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
2ef408ff
Unverified
Commit
2ef408ff
authored
Jan 28, 2026
by
Schwinn Saereesitthipitak
Committed by
GitHub
Jan 28, 2026
Browse files
fix: gpu memory service cli not found (#5749)
parent
e2159c0d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
lib/gpu_memory_service/setup.py
lib/gpu_memory_service/setup.py
+2
-0
No files found.
lib/gpu_memory_service/setup.py
View file @
2ef408ff
...
@@ -65,6 +65,7 @@ setup(
...
@@ -65,6 +65,7 @@ setup(
# Package directory mapping: the current directory IS the gpu_memory_service package
# Package directory mapping: the current directory IS the gpu_memory_service package
packages
=
[
packages
=
[
"gpu_memory_service"
,
"gpu_memory_service"
,
"gpu_memory_service.cli"
,
"gpu_memory_service.common"
,
"gpu_memory_service.common"
,
"gpu_memory_service.common.protocol"
,
"gpu_memory_service.common.protocol"
,
"gpu_memory_service.server"
,
"gpu_memory_service.server"
,
...
@@ -75,6 +76,7 @@ setup(
...
@@ -75,6 +76,7 @@ setup(
],
],
package_dir
=
{
package_dir
=
{
"gpu_memory_service"
:
"."
,
"gpu_memory_service"
:
"."
,
"gpu_memory_service.cli"
:
"cli"
,
"gpu_memory_service.common"
:
"common"
,
"gpu_memory_service.common"
:
"common"
,
"gpu_memory_service.common.protocol"
:
"common/protocol"
,
"gpu_memory_service.common.protocol"
:
"common/protocol"
,
"gpu_memory_service.server"
:
"server"
,
"gpu_memory_service.server"
:
"server"
,
...
...
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