Matteo Mazzola

Results 4 issues of Matteo Mazzola

I created dockerfile for both frontend and backend, in order to have a more robust and indipendent way to create the service. I also fixed NER endpoints, that seems to...

After running: > docker run --gpus all --shm-size 1g -p 8080:80 -v $PWD/data:/data ghcr.io/huggingface/text-generation-inference:0.9 --model-id google/flan-t5-small --num-shard 1 I recieve: > RuntimeError: weight encoder.embed_tokens.weight does not exist I tried multiple...

Is there a roadmap for implementing function calling/tools? I'm happy to help if pointed in the right direction :) Thanks!

feature request

In the [official website](https://motchallenge.net/) is referencing multiple times the 3D MOT, which essentially runs the evaluation using x,y,z coordinates instead of bounding boxes. After inspecting the repo, i found no...