I’m using text-generation library of Python to call a hugging-face inference API for text-generation purposes. But I keep getting this user-warning
import text_generation def generate_job_responsibilities(job_title, work_experience_required, skillset_required): client = text_generation.InferenceAPIClient("OpenAssistant/oasst-sft-4-pythia-12b-epoch-3.5", token=<my huggingface token>)