Hi all, Slurm agent's `create` and `get` methods ...
# slurm-flyte-wg
c
Hi all, Slurm agent's
create
and
get
methods (naive version) are implemented with
asyncssh
now, but we still use
PythonTask
so far. We'll support
delete
and switch to
ShellTask
soon. If there's any mistake, please let me know. Thanks a lot!
d
cc @freezing-airport-6809 do you think python function task is better? the user experience will more like databricks or spark agent Kevin and I think this UX is better
f
I think both are needed
As with slurm folks have code on slurm
I want both
d
we can follow the folder structure like the openai plugin to support both python function task and shell task https://github.com/flyteorg/flytekit/tree/master/plugins/flytekit-openai/flytekitplugins/openai
c
Sounds cool! Then, we could let users define a custom Slurm batch script in the script field with full flexibility (assuming their codes are already on Slurm cluster)!