dkiran1
dkiran1
If I use transformers v4.51, Iam getting the below error. from transformers.training_args import ( ImportError: cannot import name '_VALID_DICT_FIELDS' from 'transformers.training_args' (/usr/local/lib/python3.10/dist-packages/tra so I downgraded to 4.49.0. I used the...
Is it ok to use 1.21.3 habana version with 1.18.0 ? If I install Iam getting the warning... "optimum-habana 1.18.0 requires transformers=4.49.0, but you have transformers 4.51.3 which is incompatible."...
Name: transformers Version: 4.49.0 Summary: State-of-the-art Machine Learning for JAX, PyTorch and TensorFlow Home-page: https://github.com/huggingface/transformers Author: The Hugging Face team (past and future) with the help of all our contributors...
The above issue was due to batch_size 2 , Now with optimum-hbana-1.18.1 is working with transformer 4.51. But one issue is If I try to inference Qwen3 model then Iam...
Its the same code which i have mentioned above import argparse import logging from pipeline import GaudiTextGenerationPipeline from run_generation import setup_parser import time Define a logger logging.basicConfig( format="%(asctime)s - %(levelname)s...