acoustic-carpenter-78188
06/26/2024, 3:11 PMImageSpec
and pyflyte build
, specifying packages like transformers[torch,deepspeed]>=4.28.1,<5
will fail during the build step will fail and to fix it, the user needs to wrap the package dep in quotes 'transformers[torch,deepspeed]>=4.28.1,<5'
.
Goal: What should the final outcome look like, ideally?
To improve the ergonomics of this feature, packages deps should automatically be wrapped in quotes by flytekit.
Describe alternatives you've considered
Keeping the status quo, which would be inconvenient for end users.
Propose: Link/Inline OR Additional context
No response
Are you sure this issue hasn't been raised already?
☑︎ Yes
Have you read the Code of Conduct?
☑︎ Yes
flyteorg/flyteacoustic-carpenter-78188
06/26/2024, 3:11 PM