Michael Claßen
Results
2
comments of
Michael Claßen
I'm still getting errors with GGUF quants of Gemma
I managed to find a work around that seems to work for me, e.g.: ``` Python conversations = dict() autogen.ChatCompletion.start_logging(conversations) # ... do AutoGen stuff... # extract content from an...