Bagheera

Results 447 comments of Bagheera

> The design doesn't rely on read-after-write consistency; eventual consistency is fine. This is straightforward because we only overwrite objects with contents that are logically identical (and self-describing). E.g. overwriting...

> I would love to have a vdev in a mirror on our key systems, that is detached/offline most of the time, and brought online periodically to resilver, that is...

> Frankly, this is one of the things holding lots of people back from using ZFS curious what filesystem or pooling / RAID setup these imaginary people went with instead;...

can you share the disk scheduler that is in use by the underlying storage devices?

i can't believe you've been pushing on this poorly-built system since September. why can't you rebuild it correctly without dedup? raidz3 is also extremely slow. i don't see anything that...

`zfs set org.user.name:nodestroy='this is why you did not want to destroy the dataset or snapshot' pool/volume@snap`

so you can use `zed`(lets) to micromanage snapshot deletion policy, as i understand it. i have used it for automatically cleaning up old snapshots when a new one is created....

a possible test would be to mock the pytorch modules so that they perform no-ops, or, basic trivial operations, while measuring memory use. if we can measure the memory use...

they are currently working on a DiT model that has a lot more effort being put into it. This is a research artifact. The new transformer model has thousands of...

roughly same issue here: ``` ENVIRONMENT ============================ CUDA_VERSION: 118 ============================ NVCC path: /bin/nvcc GPP path: /usr/bin/g++ VERSION: g++ (Ubuntu 12.2.0-3ubuntu1) 12.2.0 CUDA_HOME: CONDA_PREFIX: PATH: /home/bghira/src/discord-tron-client/.venv/bin:/home/bghira/miniconda3/condabin:/snap/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/libexec:/usr/local/libexec:/usr/local/samba/sbin:/usr/local/samba/bin:/usr/games:/opt/bin:/home/bghira/.local/bin LD_LIBRARY_PATH: ============================ /bin/nvcc -gencode arch=compute_75,code=sm_75...