Konstantinos Andriopoulos

Results 10 issues of Konstantinos Andriopoulos

/kind feature Hello everyone! I see that the current way to serve `KServe` models is host-based. That is, the URL of a model looks something like this: - `http://-.`. This...

kind/feature
kfserving/control-plane

**What this PR does / why we need it**: This PR introduces path-based serving. It is related to the following issues: - https://github.com/kserve/kserve/issues/824 - https://github.com/kserve/kserve/issues/2257 **Type of changes** Please delete...

I created an `InferenceService` that looks like the one below: ```yaml apiVersion: serving.kubeflow.org/v1beta1 kind: InferenceService metadata: ... managedFields: ... name: my-model namespace: kubeflow-user spec: predictor: tensorflow: name: kfserving-container resources: ......

Hey everyone! I believe I have found a bug in the GEMM operator. To the best of my knowledge, the output shape of the `c` StorageView in the GEMM operator...

# Overview This is part of #161. In a number of Fragments in the superapp, we use `setHasOptionsMenu` in order to declare that a given Fragment would like to participate...

After our discussion with @synctext (https://github.com/Tribler/tribler/issues/7438#issuecomment-1632366938), I'm creating this "parent" issue to describe what needs to be done in the `trustchain-superapp` in order to make it lighter and more efficient....

# Description On September 5th, [Gold Republic](https://www.goldrepublic.com/) will visit the Blockchain lab and we plan to show them a live demo of "**_offline token transfer_**". In order to do that,...

This PR extends the `TransactionsEngine` API and adds all the necessary base code for our benchmarks

Good afternoon! Is the `ControlnetUnetWrapper` object necessary [here](https://github.com/cure-lab/MagicDrive/blob/920b7073ed1ebce8f265b67f51cb35693de954da/magicdrive/runner/multiview_runner.py#L175)? The `self.unet` weights are supposed to be already copied into the `self.controlnet`, [here](https://github.com/cure-lab/MagicDrive/blob/920b7073ed1ebce8f265b67f51cb35693de954da/magicdrive/runner/multiview_runner.py#L119). Therefore, why initialize a `ControlnetUnetWrapper` object, since you already...

Good afternoon, For video generation, the [MagicDrive paper](https://arxiv.org/pdf/2310.02601) states that **only the first and the last frames have bounding boxes** (section 5.4). I have the following question: - How do...