Ehsan M. Kermani
Ehsan M. Kermani
How can one add instructions to certain blocks after non-entry using builder? For example, I want to put these instructions ``` %thenaddtmp = add i32 %a, 1 br label %ifcont...
Getting the regression import error in the latest **v1.18.2** in python sdk with `from polyaxon import tracking` but works fine in *v1.18.1*
### Use case There's the immediate feature as the title describes and there a _general_ use case of including model / artifact `--name` in `plx models stage` when there're multiple...
### Current behavior Limited support of `-o json` only in `plx run` afaik ### Enhancement `plx command -o json`
Following up on the [inference UX proposal](https://github.com/aws/sagemaker-inference-toolkit/issues/64), SageMaker requires many things to be changed and adjusted so that a normal working app / package becomes usable by SageMaker. ## Pain-points...
Right now, `model_fn` only accepts `model_dir` which is very limiting in case a model needs some arguments to be instantiated first then can load the checkpoint.
The current SageMaker module wrapping process makes debugging very hard for both training and deployment. Now for inference, decorator is the simplest kind of solutions. For example, instead of requiring...
Fixes the discrepancy of poetry version in Dockerfile and the GAs
Fixes #3331
This PR * Adds `clear` method for `BaseCache` and implements it for various caches * Adds the default `init_func=None` and fixes gptcache integtest * Since right now integtest is not...