-
rpk plugin install --update byoc should download the latest version available in the [rpk-plugins](https://cloudsmith.io/~redpanda/repos/rpk-plugins/packages/) cloudsmith repo.
Instead what it seems …
-
## 🐛 Bug
I try to run it on Android following this instruction:
https://github.com/mlc-ai/mlc-llm/blob/main/android/README.md
But I have an error at the step `make -j`
## To Reproduce
Steps…
-
```
federation/index.md
57:- set the Sentinel Hub BYOC collection ID (`byoc-{id}`) as `featureflags` argument (e.g. `datacube._pg.arguments['featureflags'] = {'byoc_collection_id': byoc_collection_i…
-
Our https://collections.eurodatacube.com/stac/index.json endpoint generates for some collections empty IDs. We should either remove them from the endpoint or make sure they are generated correctly (wi…
-
### Version & Environment
Redpanda version: v21.11.3-si-beta7
Shadow Index Cache has 300GB of space
On BYOC
The segfault and backtrace
```
libc++abi: terminating with uncaught exception of t…
-
Hello!Thank you for your work. I am very interested in your work. Could you please give me training instructions? I want to try to train. Thank you very much.
-
PolynomialLR is new in torch 1.13 which breaks tests with earlier versions of pytorch
```
[2023-03-16T00:35:16.877Z] current epoch: 2 current mean dice: 0.4376 best mean dice: 0.4376 at epoch 2
[20…
-
The resnet-18 layer that is used by the encoder do not seem to be deepcopied [anywhere](https://github.com/mbanani/unsupervisedRR/blob/main/unsupervisedRR/models/backbones.py#L68). Which means that `l…
-
1、Expected behavior
No Crash
2、Actual behavior
Crash Stack
(1)test_dnnl.py:1758:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ …
-
One thing that BYOC doesn't naturally handle well are config values that specify multiple parameters. For example:
```
class Time:
hour = byoc.param()
minute = byoc.param()
```
```
#…