-
I want to utilize the `VanillaDataManager`(nerfstudio-0.2.2) as a component of my work. Now single gpu training works well, and im try to make it in multi-gpu for parallel training.
However, im not s…
-
The growth in size of open-source models is outpacing the growth of memory capacity of Mac computers. The latest 70B version of Llama 3 is already pushing the limits of a fully loaded Mac Pro. The upc…
-
`set_epoch` is a used by a lot of codebases in an effort to be deterministic
-
`xclip` requires the `-selection` clipboard option for copying.
This work:
``` bash
$ xclip -i -selection clipboard < /tmp/teste
```
This won't work:
``` bash
$ xclip < /tmp/teste
```
> xclip ver…
-
### Describe the Bug
Scene shape is:
300, 4, 41, 2048, 2048
. I call
```
ti = im.get_image_dask_data("TCZYX", T=slice(start_t, end_t)) # start_t = 0, end_t = 4
ti = ti.persist()
```
A…
-
### Description & Motivation
In the Tensor Parallel example [here](https://github.com/Lightning-AI/pytorch-lightning/tree/master/examples/fabric/tensor_parallel) while the proposed model is a Llama…
-
Hello,
I am currently having a jax program `(p)jitted` and running on 8 devices. I want to scale it up to 32 devices by running 4 replicas of this program (and only do a `lax.pmean` at the end of e…
luyug updated
2 weeks ago
-
In Makefile, we have:
```
OS := $(shell uname)
[..]
ifeq ($(OS), Darwin)
export CPU_COUNT=$(shell sysctl -n hw.logicalcpu || echo 1)
else
export CPU_COUNT=$(shell nproc || echo 1)
endi…
-
I have an application where the bootstrap steps are distributed across several pages. In this case this plugin does not seems to work. Or am I missing something?
-
### System Info
- GPU name: L40s
- CUDA: 12.1
```
Wed Jun 5 16:27:21 2024
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 550.54.14 …