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...
# Issue link # What changes have been made I changed some of the huge function calls that were getting out of hand to take a reference to the cluster...
# Issue link [RHOAIENG-6294](https://issues.redhat.com/browse/RHOAIENG-6294) # What changes have been made A warning has been added to the ClusterConfiguration cell to inform users if Kueue CRDs are not installed on the...
# Issue link # What changes have been made # Verification steps ## Checks - [ ] I've made sure the tests are passing. - Testing Strategy - [ ]...
1. Rename the flag from `mcad` to `appwrapper` 2. Drop dispatch_priority and related test (obsolete MCAD feature). 3. Simplify mocked AppWrappers 4. Port AppWrappers from v1beta1 to v1beta2
# Issue link [RHOAIENG-6475](https://issues.redhat.com/browse/RHOAIENG-6475) # What changes have been made When running GPU utilising workloads using the basic_interactive demo notebook I encountered a lot of errors while running the training...
# Issue link [RHOAIENG-6450](https://issues.redhat.com/browse/RHOAIENG-6450) # What changes have been made Updated CFSDK ray dependency to 2.20.0 # Verification steps ## Setup ### Notebook server ODH/RHOAI/Local * Clone this repository with...
# Issue link [RHOAIENG-52](https://issues.redhat.com/browse/RHOAIENG-52), [RHOAIENG-4375](https://issues.redhat.com/browse/RHOAIENG-4375) # What changes have been made For `TokenAuthentication` the SDK will use the cert injected into a ODH/RHOAI Notebook by default in the `/etc/pki/tls/custom-certs/ca-bundle.crt` location...
# Issue link https://issues.redhat.com/browse/RHOAIENG-6666 # What changes have been made Add GPU to ClusterConfiguration # Verification steps ## Checks - [ ] I've made sure the tests are passing. -...
### Describe the Bug Currently running the notebook as is written results in the following: \#Import pieces from codeflare-sdk from codeflare_sdk import Cluster, ClusterConfiguration, TokenAuthentication --------------------------------------------------------------------------- ImportError Traceback (most recent...
### Name of Feature or Improvement As a developer I would like to know in runtime what is the version of `codeflare_sdk` Having `__version__` is common for most of Python...