FastChat icon indicating copy to clipboard operation
FastChat copied to clipboard

handle value error if version can't be parsed

Open aliasaria opened this issue 8 months ago • 0 comments
trafficstars

Why are these changes needed?

Dev versions of Huggingface Transformers may look like "4.50.0.dev0" which break FastChat because it expects the format to be only like 4.50.0 etc.

This is necessary, for example, to support the new Gemma models when they are released, because they only work with a dev build of Transformers

aliasaria avatar Mar 18 '25 16:03 aliasaria