-
hi,
**IMPORTANT UPDATE : 13 november 2018 !!!
TO ALL THOSE WHO USED THE GOOGLE CLOUD FREE TRIAL INSTRUCTIONS BEFORE 13 NOVEMBER 2018 :
https://docs.google.com/document/d/1P_c-RbeLKjv1umc4rMEgv…
-
So there's
```
#CFG_TEMP1=-DAMDGPU_TARGETS="${SEMICOLON_SEPARATED_GPU_TARGET_LIST_DEFAULT}"
#CFG_TEMP1=-DAMDGPU_TARGETS="all"
CFG_TEMP1=-DAMDGPU_TARGETS="gfx90a"
```
What's the reason we end up …
-
Hello everyone, I'm encountering a memory issue while fine-tuning a 7b model (such as Mistral) using a repository I found. Despite having 6 H100 GPUs at my disposal, I run into out-of-memory errors wh…
-
We have one particular issue with Redis as we see huge amounts of `gettimeoftheday` calls inside Redis. One of the problem sources seems to be this:
https://github.com/antirez/redis/blob/9b7f8b1c9b379…
-
Training hyperparameters in this repo are defined in train.py, including augmentation settings:
https://github.com/ultralytics/yolov3/blob/df4f25e610bc31af3ba458dce4e569bb49174745/train.py#L35-L54
…
-
## 🐛 Bug
Undesired interaction between DeepSpeed and XLA
## To Reproduce
Steps to reproduce the behavior:
1. `pip install torch lightning`
1. `pip install https://storage.googleapis.com/t…
-
Hi, I think it's really amazing the work you've done, congrats!! For my thesis project, I would like to use your network to analyze point cloud data, so right now what I have is only a series of .pcd …
-
**Describe the bug**
I'm trying to follow the [SFT Tutorial](https://docs.nvidia.com/nemo-framework/user-guide/latest/modelalignment/sft.html#prerequisite), on a Llama-3-8b LLM and the process fail…
-
Need to understand the performance angles of WiltonDB, Does the performance testing has already been done for WIltonDB against the SQL server and Is the any report for the same?
-
Creating this issue to document my observations, readings, and development efforts towards building a solution for predicting the replaced mode in the absence of inferred labels.