Amir Khan
Amir Khan
i was able to fix issue Go to C:\Users\khana\miniconda3\envs\tutorialenv\Lib\site-packages\tensorflow\python\ops\array_ops.py Add - `from tensorflow.python.ops.math_ops import reduce_prod` Change to this `def _constant_if_small(value, shape, dtype, name): try: if reduce_prod(shape) < 1000: return constant(value,...
@shimmyshimmer !pip install git+https://github.com/huggingface/transformers accelerate !pip install --upgrade transformers accelerate Still issue i am facing, Please check, Any quick workaround for this. from unsloth import is_bf16_supported from unsloth.trainer import UnslothVisionDataCollator...
@PatrickLef if you share the unsloth-zoo latest modified patch, i can install and try.