George
George
Hi, I am trying to run the code , I have tested with tensorflow 1.14.0 and 2.1 and I am receiving the same error. ``` `/opt/conda/lib/python3.7/site-packages/efficientnet/model.py in EfficientNet(width_coefficient, depth_coefficient, default_resolution,...
Hi and thanks for this library! I am trying to understand how it works, what should I call etc.. I will be very grateful if someone can guide me through...
### Your current environment I serve a model: ``` vllm serve google/gemma-3-4b-it \ --max-model-len 1024 \ --max-num-seqs 2 \ --dtype bfloat16 \ --device=cuda \ --trust-remote-code \ --quantization bitsandbytes \ --load-format...