aaaa

mail@pastecode.io avatar
unknown
python
19 days ago
236 B
2
Indexable
Never
!pip install -r requirements.txt

import json
import torch
from transformers import (AutoTokenizer,
                          AutoModelForCausalLM,
                          BitsAndBytesConfig,
                          pipeline)
Leave a Comment