milesial

Results 4 issues of milesial

Spice up your profiles with optional domains, categories and colors ![image](https://user-images.githubusercontent.com/30204471/212447898-322bee6a-8221-4e2b-ab63-f69b325e1b34.png) ``` from torch.cuda.nvtx import range_push, range_pop, range, range_start, range_end import time range_push('default domain') time.sleep(.1) range_pop() range_push('custom domain', domain="mydomain") time.sleep(.1)...

open source

Faster gradient clipping using the foreach functions ``` [------------------------ (tensors, scalar) -------------------------] | without foreach | with foreach | apex 1 threads: ---------------------------------------------------------------------- 10 tensors of size 4 | 120.5...

triaged
open source

## What does this PR do? When training when native AMP and a LR scheduler, we get this warning that indicates that a LR step has been taken when an...

fabric
optimization
community
pl

Hi, using version 0.10.3 and the llama3 tokenizer, with vLLM, I can't seem to constrain to generate emojis. ``` curl --request POST \ --url http://localhost:8000/v1/chat/completions \ --header 'Content-Type: application/json' \...