Cosmin Zaharia

Results 4 issues of Cosmin Zaharia

I can't find in the storybook, https://web-components.carbondesignsystem.com/?path=/docs/components-input--default, no reference to a password type field or any kind of attribute for the input field. Thanks for the help.

type: question ❓
status: needs triage 🕵️‍♀️

### Question for Carbon Hi, I'm trying to create a form with Carbon but the problem is, according to the documentation, in the website https://web-components.carbondesignsystem.com/?path=/story/components-input--default I can't find an input...

question

Hi, I have tried to fine-tune my personal dataset according to this guide: https://github.com/Lightning-AI/lit-gpt/blob/main/howto/finetune_adapter.md But when I try to do the last step, it tells me that "there is no...

Hi, I am trying to do a fine-tuning based on this guide: https://github.com/Lightning-AI/lit-gpt/blob/main/tutorials/finetune_adapter.md. I've lunched this command: `python finetune/adapter.py \ --data_dir data/mydata/ \ --checkpoint_dir checkpoints/stabilityai/stablelm-base-alpha-3b \ --out_dir data/mydata-finetuned` with precision...