Srinivasan Iyer

Results 6 issues of Srinivasan Iyer

Fixed small typos and fixed name

cla signed

### System Info ```Shell - `Accelerate` version: 0.18.0 - Platform: Linux-5.15.0-1015-aws-x86_64-with-glibc2.31 - Python version: 3.9.16 - Numpy version: 1.24.1 - PyTorch version (GPU?): 2.0.0.dev20230202+cu116 (False) - `Accelerate` default config: -...

Wondering if you use the karpathy test set for Flickr30k, or a different test set in your LVLM-eHUB paper. Thanks!

Is there currently a way to use MLP without applying the LayerNorm? What would be the best way to implement this? Thanks!

enhancement

**Patch Description** Broadcast jsonl index instead of loading on all ranks, to prevent slowdown by multiple ranks reading the same file **Testing steps** Tested on 64 nodes, loaded in 2...

cla signed

Trying to change colors and text-align to left but unable to do so for some reason. st.markdown('li.btn{text-align:left;}', unsafe_allow_html=True) Any recommended way to achieve this? Thanks!