Atharva Ingle
Atharva Ingle
### Your current environment The output of `python collect_env.py` ```text INFO 02-10 12:41:52 __init__.py:190] Automatically detected platform cuda. Collecting environment information... PyTorch version: 2.5.1+cu124 Is debug build: False CUDA used...
### 🚀 The feature, motivation and pitch I tried loading finetuned LoRA for llama 3.2 11B vision instruct using the serve command (OpenAI client) and get this error message. ```shell...
Hi @danielhanchen , I am experimenting with training causal models for classification tasks. So far HuggingFace's implementation projects the last hidden states to the final classification layer (instead of a...