Mykhailo Marynenko
Mykhailo Marynenko
@jacoblee93 let me know if I can be of any help, same issues exist in google calendar tools.
`icon.serverBundle.externalizeIconsJson` resolves out-of-memory (OOM) issues but introduces errors in my scenario because it does not add [import assertions](https://v8.dev/features/import-assertions). ``` [cause]: Module "file:///Users/[***]/node_modules/@iconify-json/ph/icons.json" requires an import attribute of "type: json" ```
For Reference: [NVIDIA Recovery Media](https://docs.nvidia.com/dgx/dgx-spark/system-recovery.html) NVIDIA provides recovery media (`dgx-spark-recovery-image-1.91.51-1.tar.gz`) containing a minimal boot environment ("FastOS") that successfully boots on DGX Spark via UEFI and flashes the OS to internal...
> FYi [@rothgar](https://github.com/rothgar) successfully booted normal UKI images. I just tried the 1.11.5 arm64 ISO from image factory (with secure boot), and it worked perfectly. I apologize for wasting your...
Reopening the issue, experiencing two issues at the moment (running v1.11.5): 1. Onboard 10GbE RJ45 (based on Realtek r8152) is not picked up by Talos, I suspect the kernel does...
Got 10GbE ethernet working! - https://github.com/siderolabs/pkgs/pull/1367 - https://github.com/siderolabs/extensions/pull/877 Can build an `.iso` like this: ```shell docker run --rm -t \ -v $PWD/_out:/out \ ghcr.io/0x77dev/talos-imager-dgx-spark:v1.11.5 iso \ --arch arm64 \ --system-extension-image...
@danacr – https://github.com/siderolabs/pkgs/pull/1367#issuecomment-3512937496
Hey @rothgar @shanduur, will try and let you know how it goes! Just noticed the release
Same here. It seems to be specific to Darwin in my case as well.
This also completely breaks GPUDirect RDMA. The modern DMA-BUF approach that replaced nvidia_peermem requires working CUDA initialization. Without it, there's no GPU-to-NIC direct memory transfers — no efficient NCCL over...