Markus Pfundstein
Markus Pfundstein
Same on firefox, Macbook Air 2014
Hi esheldon, it was my first time building a python library so I just "hacked" the changes into it. if platform.system()=='Darwin': extra_compile_args=['-arch','i386','-arch','x86_64'] extra_link_args=['-arch','i386','-arch','x86_64'] elif platform.system() == "Windows": extra_compile_args=[] extra_link_args=['C:\MinGW\lib\gcc\mingw32\4.8.1\libgcc.a', '']...
Hi @gjy3035 , do you have a solution available for this?
+1. Just encounted this issue as well and the fix fixes it
So far I figured out that client_key and client_crt must look as follows: client_key: "-----BEGIN PRIVATE KEY-----\n
is this even maintained anymore?
hey guys! Great work! How much VRAM do we need for inference?
I have read the Contributor License Agreement and I hereby accept the Terms.
@bmhowe23 Hi, might it be possible to run CI and then merge it if all passes ? :-) Thanks