Ehsan M. Kermani

Results 16 issues of 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...

question

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*

question
area/cli
area/client

### 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...

question
area/cli
area/registry

### Current behavior Limited support of `-o json` only in `plx run` afaik ### Enhancement `plx command -o json`

enhancement
area/cli

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...

type: UX
type: enhancement

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.

type: enhancement

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...

type: UX
type: enhancement

Fixes the discrepancy of poetry version in Dockerfile and the GAs

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...