Emmanuel Schmidbauer

Results 48 comments of Emmanuel Schmidbauer

too bad this cant be merged but i found a way to install the fixed code with this command ```pip install git+https://github.com/gburlet/YouTokenToMe.git@dependencies```

also very interested in this- i have some flutter experience to test/help

I'm still not able to get deepspeed to work. I get this error ``` [8/9] c++ -MMD -MF pt_binding.o.d -DTORCH_EXTENSION_NAME=transformer_inference -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -I/home/user/miniconda3/envs/tortoise/lib/python3.11/site-packages/deepspeed/ops/csrc/transformer/inference/includes -I/home/user/miniconda3/envs/tortoise/lib/python3.11/site-packages/deepspeed/ops/csrc/includes -isystem /home/user/miniconda3/envs/tortoise/lib/python3.11/site-packages/torch/include -isystem /home/user/miniconda3/envs/tortoise/lib/python3.11/site-packages/torch/include/torch/csrc/api/include...

i took some time to package the DL-Art-School repo a few weeks back. you can access it [here](https://git.ecker.tech/eschmidbauer/dlas) not sure if it will help here or not `pip install git+https://git.ecker.tech/eschmidbauer/dlas.git`

> I have found some time to test this and then extracted classifier model to separate package, here is the link to it: > > https://pypi.org/project/audclas/ @szprytny Is this hosted...

> Does the https://whisper.ggerganov.com/ work for your? Want to make sure the issue is not in the browser. yes, it does. I will try to setup SSL and see if...

I generated a self-signed cert and still same problem. If it is an SSL issue perhaps I need a valid cert too ![image](https://user-images.githubusercontent.com/7139998/202502129-39613d67-c487-445c-b9be-1192d7f5c6a8.png)

looks like https://whisper.ggerganov.com/ is running an older commit (b21213c2)- i will try that version

same error on that commit ![image](https://user-images.githubusercontent.com/7139998/202508449-aaa3473e-6dfb-4226-84a6-a65a8cf5dc13.png)

that does work! i'll run a diff on the files and see if i can pin-point what's going on here