-
We are hosting a model in SageMaker and today we observed the following error in our logs when the model was being relaunched in the instance:
```
ImportError: cannot import name 'Conversation' fr…
-
Thanks for the nice work!
Do the authors plan to release codes for finetune or lora?
-
import os
import random
import functools
import csv
import pandas as pd
import numpy as np
import torch
import torch.nn.functional as F
import evaluate
from sklearn.datasets import make_cla…
-
# LoRA: Low-Rank Adaptation of Large Language Models
[https://real-science.vercel.app/lora-low-rank-adaption-of-large-language-models](https://real-science.vercel.app/lora-low-rank-adaption-of-larg…
-
D:\ai\StableCascade-Easy>call .\venv\Scripts\activate
Running on local URL: http://127.0.0.1:7860
To create a public link, set `share=True` in `launch()`.
Loading pipeline components...: 0%| …
-
I fined an Aria with lora and having errors as below when loading it
```
import torch
from transformers import AutoModelForCausalLM, AutoProcessor
from aria.lora.layers import GroupedGemmLoraL…
-
Thank you for the clear-cut amazing video tutorial and repo. I have been working on this repo and faced the following issue on 8 GPU A100 with OS disk space of 100GB and 5TB external. Could you kindly…
-
### System Info
```shell
Platform:
- Platform: Linux-5.15.0-1031-aws-x86_64-with-glibc2.35
- Python version: 3.10.12
- AWS Instance Type: trn1.2xlarge
- AWS AMI: huggingface-neuron-2024-10-01T1…
-
Hello. Thank you for sharing such a great work. I am trying to run samples in inference.py. The instruction-tuned worked perfectly. However, the in-context working example for pretrained model did not…
-
### Reminder
- [X] I have read the README and searched the existing issues.
### System Info
```
[2024-10-23 02:13:28,666] [INFO] [real_accelerator.py:203:get_accelerator] Setting ds_accelerator to…