GoZippy
GoZippy
https://github.com/spesmilo/electrum/blob/0df05dd914c823acae1828cad3b20bdeb13150e9/electrum/ripemd.py appears to have pure python ripemd implementation - lets import this into project to fix
until we add custom - work around is to simply enable legacy in ssl... https://stackoverflow.com/questions/72409563/unsupported-hash-type-ripemd160-with-hashlib-in-python Hashlib uses OpenSSL for ripemd160 and apparently OpenSSL disabled some older crypto algos around version...
@SayWhat69 thanks for the work - how did you do it so others like me can learn and automate it to post to our repo - and also learn so...
can you explain "tried different path",,,, what did you do? I have same issue
mine started doing thte same thing - very odd I ran Kohya over past 2 days then finished my training then I closed it and restarted webui forge and itjust...
Hey posting you need help after reporting an issue is not going to do much for anyone... I suggest looking through all the other similar issue posts and the DISCUSSIONS...
guys - have any of you searched the current and all issues for this? A quick search shows lots of threads on this same topic... no need to add new...
Who has a summary of the game plan for handling aip_requestor.py and memory token overruns? I have not had any long term (more than 10 minutes) run go by without...
> Not sure if there is a solution or workaround to this....my program exits whenever it hits this limit midway... any luck?
Try changing api_manager.py to include a method for chat completion ``` import openai from openai.error import InvalidRequestError # ... class ApiManager(metaclass=Singleton): # ... def create_chat_completion( self, messages: list, # type:...