codeflare-sdk
codeflare-sdk copied to clipboard
An intuitive, easy-to-use python interface for batch resource requesting, access, job submission, and observation. Simplifying the developer's life while enabling access to high-performance compute re...
Add proper documentation for installing/using the CodeFlare stack without ODH (within the `project-codeflare` repo)
We've slowly been slipping on good docstring/type hint practice in the SDK (which is notably also how our docs are generated). It's time to do the somewhat-tedious work of fixing...
Currently, cluster.up() throws an exception when a cluster with the same name (in the same namespace) already exists. Investigate changing this behavior, and see if any issues would arise from...
Allows for submitting and management of resources and distributed workloads from the terminal. Some issues for this CLI include #159 #217 #218 #240 #276 #277
Bumps [cryptography](https://github.com/pyca/cryptography) from 38.0.1 to 41.0.3. Changelog Sourced from cryptography's changelog. 41.0.3 - 2023-08-01 * Fixed performance regression loading DH public keys. * Fixed a memory leak when using :class:`~cryptography.hazmat.primitives.ciphers.aead.ChaCha20Poly1305`....
Today, to submit a ray job via the sdk the typical steps are: Cluster.up() Cluster.wait_ready() DDPJobDefinition.submit() Cluster.down() The desired feature is to have one macro operation that combines the above...
[PR is here ](https://github.com/opendatahub-io/notebooks/pull/196)
### Name of Feature or Improvement Instead of printing messages use python logging library ### Description of Problem the Feature Should Solve the logging library offers more fine grain control...
# Issue link https://github.com/project-codeflare/torchx/issues/4 # What changes have been made In working through the upstreaming of our changes, I discovered that we could move some of the logic into the...
# Issue link closes #284 # What changes have been made Codeflare CLI, adding a command line interface that allows similar functionality to the Codeflare SDK. Changes to SDK include:...