diff --git a/convert-starcoder-hf-to-gguf.py b/convert-starcoder-hf-to-gguf.py index 9f6e38d40..1a48513ef 100755 --- a/convert-starcoder-hf-to-gguf.py +++ b/convert-starcoder-hf-to-gguf.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# HF falcon--> gguf conversion +# HF starcoder --> gguf conversion from __future__ import annotations