Diego Fiori
Diego Fiori
> hi @morgoth95 is it possible to open PR modification permission to us? we could take care of it on the styling and minors things. Reference here: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork Hello @hanxiao!...
> @morgoth95 how is going now? Just wondering do we have the chance to merge this PR this week? Sorry for the delay, we were working on the latest release...
@numb3r3 > FYI, this PR has one ore more **bad commit messages**, > > ``` > > ⧗ input: docs: Fix typo in docs > ✖ subject must not be...
> please format your code via: > > ``` > $ pre-commit run --all > ``` Solved in https://github.com/jina-ai/clip-as-service/pull/697/commits/932cfe6de4bc1b9c836e2ceeefec593879a3a556
> @morgoth95 Hi, I hope you are well. Did you get a chance to continue this PR to pass the unit test? Hi Felix, I'm working on the tests. A...
@numb3r3 Hi, I hope all is fine on the Jina side. I took a look at the failed tests and I may have identified the source of the problem. Unfortunately...
Hello @Nipi64310! That's right, `torch.mm` doesn't work with tensors having more than 2 dimensions! From the next release, I'll replace it with `torch.matmul` instead and that should solve the problem....
We currently only support DL Python frameworks (Tensorflow and Pytorch). We are considering extending the library to other programming languages such as Julia, Swift, and C++, however it will take...
Hello @scalastic! Try installing nebullvm using ```python pip install nebullvm==0.2.2 ``` I will try to investigate the behavior further and correct it before the next release.
Looks like nebullvm is not finding any valid tensorflow installation. Which conda version are you using? On MacM1 I usually use [mini-forge](https://github.com/conda-forge/miniforge) where I can simply install tensorflow running ```...