Gianfranco Demarco

Results 23 comments of Gianfranco Demarco

Same here, as @stefanhenseler mentioned, the only way I found to make it work is to re-update manually all of the files to trigger the sync again. I think this...

Any updates for the parallel tool calling? @tgram-3D can you share your code or open a PR?

I've just managed to reproduce the prediction step. I've had to move every tensor to the GPU, because they were defaulting on the CPU. I don't know how it worked...

> > I've just managed to reproduce the prediction step. I've had to move every tensor to the GPU, because they were defaulting on the CPU. I don't know how...

@zhongfansun i don't think you need to use run_experiments.py. You'll find the relevant configurations here: https://github.com/gianfrancodemarco/mm-cot/blob/main/.vscode/launch.json

Hello, any update on this? Is the only way to ingest logs into elastic to install the Elastic Agent on the hosts?

@basepi thank you very much, very clear. I have another related question, i don't know if it is OT: do you know if, after collecting logs in other ways e.g....

@basepi ok, thank you for the hints!

What do you mean "it's currently not supported yet"? I've managed to use it for inference (but only for the rationale, at the moment)

@xaiguy my previous comment wasn't referred to inferring on custom data, but was about reproducing their experiment. However, we managed to make it support also inference on custom data. This...