#MultiGPU
Unsloth has released an open-source Desktop app for Mac, Windows, and Linux, enabling faster, local AI model training with multiGPU, MLX, diffusion, and API support alternativeto.net/news/2026/8...
August 17, 2026 at 4:29 AM
[ComfyUI Advanced] Speeding Up with Custom Nodes! The Tradeoff Between Speed and Quality
- ComfyUI-MultiGPU is an essential node
- TeaCache and WaveSpeed offer significant effects but reduce quality
- torchcompile can avoid degradation with proper settings
www.ai-image-journey.com/2025/04/spee...
April 2, 2025 at 2:11 PM
【ComfyUI 上級】 カスタムノードで高速化! 速度と画質のトレードオフ
- ComfyUI-MultiGPU は必須のノード
- TeaCache と Wavespeed は効果が大きいが、画質も低下
- torch.compile は適切な設定で劣化しない
ComfyUI の高速化について、徹底的に比較します!
April 2, 2025 at 9:08 AM
I was talking to someone yesterday about multiGPU and how the tools are Not Good and they were genuinely like, surely things have advanced since 2018? Lol. Lmao.
October 22, 2024 at 5:14 AM
Fast3R efficiency multiGPU optimization
2/2
January 27, 2025 at 12:01 PM
This is so weird: multiGPU system on a X99 mobo (X99 EWS USB3.1 that supported NVLink), but the first n-1 GPUs will not show up in the BIOS and not POST output, but will show up in lspci and power up without issues. I guess I only need one to output video, but still weird
May 26, 2025 at 9:36 PM
New youtube video going over multigpu usage for streamers.

www.youtube.com/watch?v=3KoG...
October 25, 2025 at 5:04 PM
multigpu setups like my laptop for example are a pain in the ass rn and absolutely horrible to get working

idk how much of that os anecdotal but some of it probably isn't me i hope lol
December 6, 2024 at 8:31 AM
I have this demo which is doing lazy tiled (multigpu) deconvolution of skewed dataset (to put all buzzwords): github.com/NicoKiaru/ij... + some background info in the pdf of this zenodo repo if you find it interesting: zenodo.org/records/1450...
Zeiss Lattice Light Sheet 7 Point Spread Functions and example dataset
This repository contains some point spread functions (PSFs) distilled from imaging fluorescent beads, 200nm, F8811 in an agarose gel, on a Zeiss Lattice Light sheet 7 microscope. The bead images from ...
zenodo.org
July 26, 2025 at 5:01 PM
I use two 32gb gpus at the same time, use multigpu nodes, and split it across both gpus in ComfyUI. Even with 32gb of free memory when the 15 second compressed video decodes it spills about 40gb to my 128gb system memory. I use a 4 step turbo lora to reduce size. Went from 10 minutes to 5.
August 15, 2026 at 6:38 PM
Want to scale your apps across multiple GPUs?
Join the Multi-GPU Programming Bootcamp with NVIDIA, June 17–18, 2025 (online).
Hands-on training, real hardware (A100), and expert guidance – for free!
Apply by May 19: cc.eurohpc.pl/index.php/en...

#MultiGPU #HPC #NVIDIA #AI #supercomputing #EuroCC
May 12, 2025 at 9:48 AM
More than anything I would focus on getting something that's ATX 3.0 or higher, as that's gonna be the standard to worry about going forward.

You dooon't really need a ton of high end 12v rails unless you plan on doing multigpu stuff which like unless you're mining bitcoin or something, no.
May 9, 2026 at 5:25 PM
You can use an AMD IGPU to display, while keeping the Nvidia GPU for rendering games and stuff. Gamescope supports multigpu, and there's stuff like switcheroo. ChimeraOS has a guide for it, and I think Bazzite has the "export-gpu" script the Chimera folks made
November 21, 2024 at 9:38 PM
It's the motherboards. The Intel Arc GPUs had a revolutionary price/RAM ratio but wiring them all together in a way they can communicate at greater than 1x on bus is a huge problem. This isn't random number generator stuff for bitcoin mining, and those are the only real multigpu boards out there now
March 19, 2025 at 6:24 PM
• 50% more accurate, self-healing tool calls + sandboxed code exec • Works for CPU + multiGPU setups - NVIDIA, AMD, Intel, Mac • Train models 2× faster with 70% less VRAM • Private web search, deep research, RAG, MCP and exports (NVFP4, GGUF) • Use Unsloth’s OpenAI-compatible API and cloud models
August 11, 2026 at 7:51 PM
#opensource #zluda #ai #gpu #multigpu #amdgpu #nvidiagpu

未知の団体からの資金援助でオープンソースライブラリ「ZLUDA」が復活。NVIDIA一強を揺るがす転換点か

Open source library "ZLUDA" is revived with financial support from an unknown organization. Is this a turning point that will shake up NVIDIA's powerhouse?
youtu.be/C6q8eBSep7Q
未知の団体からの資金援助でオープンソースライブラリ「ZLUDA」が復活。NVIDIA一強を揺るがす転換点か
YouTube video by 情報の灯台
youtu.be
October 5, 2024 at 10:18 AM
Cuando lancen Debian 13 estaba pensando en volver a probar KDE, pero depende como siga el soporte de Xorg. Sino seguiré con MATE tranquilo. Uso Xorg, Compiz, tengo xhost abierto LAN para gestión de maqunas virtuales y fisicas, tengo automatizaciones con xdotool
Multimonitor y multigpu perfectos
kde.org KDE @kde.org · Jun 21
Nate Graham lays out the state of Plasma's X11 session, the short term plans, and how things will go in the future.

pointieststick.com/2025/06/21/a...

#Plasma6 #X11
June 22, 2025 at 9:43 PM
OOM error for lora multigpu finetuning
I got OOM error when finetuning phi4-mini-reasoning with a batch size of 1 and length of 1024 tokens with 3 v100 16gb, tried both DDP and FSDP, both got OOM, but when I use single gpu, it pass with a batch size of 2 and peak memory at <15GB, another know what’s work? the following is my training script #!/usr/bin/env python import os, torch, argparse from datasets import load_from_disk from transformers import ( AutoModelForCausalLM, AutoTokenizer, BitsAndBytesConfig, TrainingArguments, Trainer ) from peft import ( LoraConfig, prepare_model_for_kbit_training, get_peft_model ) from accelerate import DistributedDataParallelKwargs from accelerate.utils import DistributedType from functools import partial import torch.distributed as dist # Added for explicit init MODEL_ID = "microsoft/Phi-4-mini-reasoning" DATA_PATH = "./flattened_distilled_dataset-win1k-phi" OUT_DIR = "./lora_phi4" def main(): # ───────────────────────────── Accelerator info ── local_rank = int(os.environ.get("LOCAL_RANK", 0)) world_size = int(os.environ.get("WORLD_SIZE", 1)) device = torch.device(f"cuda:{local_rank}") torch.cuda.set_device(local_rank) # Explicitly initialize distributed process group (safer) dist.init_process_group( backend="nccl", init_method="env://", world_size=world_size, rank=local_rank ) # ───────────────────────────── Tokenizer ───────── tok = AutoTokenizer.from_pretrained(MODEL_ID, use_fast=True) # ───────────────────────────── 4-bit model ─────── bnb_cfg = BitsAndBytesConfig( load_in_4bit = True, bnb_4bit_quant_type = "nf4", bnb_4bit_compute_dtype = torch.float16, bnb_4bit_use_double_quant= True, ) # each process loads on *its* GPU base_model = AutoModelForCausalLM.from_pretrained( MODEL_ID, quantization_config = bnb_cfg, device_map = {"": device}, # crucial trust_remote_code = True, use_cache = False, ) base_model = prepare_model_for_kbit_training(base_model) # ───────────────────────────── LoRA ────────────── lora_cfg = LoraConfig( r=32, # Reduced from 64 to save memory lora_alpha=128, lora_dropout=0.08, bias="none", task_type="CAUSAL_LM", target_modules=["q_proj", "k_proj", "v_proj", "o_proj", "up_proj", "down_proj", "gate_proj", "fc1", "fc2", "dense"], ) model = get_peft_model(base_model, lora_cfg) try: import xformers, xformers.ops model._set_memory_efficient_attention_xformers(True) except Exception: pass model.print_trainable_parameters() # Print GPU memory usage after model load (for debugging) if dist.get_rank() == local_rank: print(f"Rank {local_rank}: GPU memory allocated after model load: {torch.cuda.memory_allocated(device) / 1e9:.2f} GB") print(f"Rank {local_rank}: GPU memory reserved after model load: {torch.cuda.memory_reserved(device) / 1e9:.2f} GB") # ───────────────────────────── Dataset ─────────── # Load full dataset, then shard per process to save RAM full_ds = load_from_disk(DATA_PATH) train_ds = full_ds.shard(num_shards=world_size, index=local_rank) if local_rank == 0: print(f"Sharded dataset: each process has {len(train_ds)} examples (total: {len(full_ds)})") def collate_fn(batch): ids = [torch.tensor(x["input_ids"]) for x in batch] mask = [torch.tensor(x["attention_mask"]) for x in batch] return { "input_ids" : torch.stack(ids), "attention_mask": torch.stack(mask), "labels" : torch.stack(ids), } # ───────────────────────────── TrainingArguments ─ args = TrainingArguments( output_dir = OUT_DIR, num_train_epochs = 2, per_device_train_batch_size= 1, # per-GPU! gradient_accumulation_steps= 2, # effective * world_size gradient_checkpointing = True, learning_rate = 3e-4, warmup_ratio = 0.03, logging_steps = 10, save_steps = 500, save_strategy = "steps", fp16 = True, optim = "paged_adamw_8bit", # Changed to paged BNB optimizer for memory efficiency report_to = "none", remove_unused_columns = False, ddp_find_unused_parameters = False, # speeds up DDP ddp_bucket_cap_mb = 25, # Balanced value ) trainer = Trainer( model = model, args = args, train_dataset = train_ds, tokenizer = tok, data_collator = collate_fn, ) # Print GPU memory after Trainer init (before train) if dist.get_rank() == local_rank: print(f"Rank {local_rank}: GPU memory allocated after Trainer init: {torch.cuda.memory_allocated(device) / 1e9:.2f} GB") print(f"Rank {local_rank}: GPU memory reserved after Trainer init: {torch.cuda.memory_reserved(device) / 1e9:.2f} GB") trainer.train() # Only rank-0 writes to disk if local_rank == 0: trainer.save_model(OUT_DIR) tok.save_pretrained(OUT_DIR) if __name__ == "__main__": main()
discuss.huggingface.co
July 28, 2025 at 3:49 AM
Could we use multiGPU for RT boost? Worst part of SLI was framepacing. Let's leave whole rendering to main-GPU and use 2nd just to gather additional rays. Merge them like we're already doing with former samples in Ray Reconstruction. @dachsjaeger.bsky.social @digitalfoundry.bsky.social #RTX #nvidia
February 14, 2025 at 5:06 PM
Just dropped: NVIDIA’s TensorRT now supports context parallelism, letting LLMs run inference across multiple GPUs like never before. Faster, bigger, smarter. Curious how this changes the game? Dive in! #TensorRT #ContextParallelism #MultiGPU

🔗 aidailypost.com/news/nvidia-...
June 25, 2026 at 6:59 PM
Parts 1-2/2 — EFTA00282822.jpg
#epsteinweb #efta00282822
https://epsteinweb.org
Available in the iOS app store now!
https://apps.apple.com/us/app/epstein-web/id6758880661
April 26, 2026 at 5:02 AM