Nick Venenga

Results 75 comments of Nick Venenga

Hmm I can't seem to repro on Github Actions even with the config that was causing me errors locally. Maybe there's some kind of race condition or something at play

> probably you can add > > ```yaml > bootstrap: > additionalConfig: > OPENSEARCH_INITIAL_ADMIN_PASSWORD: 'password' > ``` > > and it should work, cause operator merge this values to pod...

> The PR #816 from @nijave looks promising in that regard. So is there anything we can do here to support that PR being merged? My PR was meant to...

Thanks! Adding `aws --debug` flag actually logs the exception so I was able to locate this issue ``` ... File "/opt/homebrew/Cellar/awscli/2.27.3/libexec/lib/python3.13/site-packages/awscli/botocore/utils.py", line 3905, in __getitem__ raise KeyError(cache_key) KeyError: '1bd7289fd7217f02d4c4f9b67c21b6d938f9cd58' '1bd7289fd7217f02d4c4f9b67c21b6d938f9cd58'...

> [@kirk56k](https://github.com/kirk56k) well said. > > I'm wondering if a Just in Time ABR Proxy could work? Something like https://mistserver.org ? > > Or https://github.com/shaka-project/shaka-packager ? An interface for swapping...

> I have another issue where the default runai streamer simply terminates my vLLM container after a certain (relatively short) time-period: > > ``` > (VllmWorker rank=0 pid=783) Loading safetensors...

> [@nijave](https://github.com/nijave) in my case this was actually just a healthcheck that failed - and it turned out to work perfectly without using sharding by simply setting the health and...

> Which kernel are you running? It looks like before 6.1 discards aren't available https://btrfs.readthedocs.io/en/latest/Kernel-by-version.html?utm_source=perplexity Mainline/6.13 build for Ubuntu 22.04

Thanks for this PR, I've used a similar version to get this buildroot project working https://github.com/home-assistant/operating-system/pull/3767/files#diff-bb010bc93b85377ba08d15223fc4f926fe3fe4c0d3f291ace6138cf2160c4795

>while preserving the ZFS capabilities I've been exposing block storage backed by zvols which works as long as TRIM is setup correctly (so space gets freed correctly from the block...