Alvaro Bartolome

Results 74 comments of Alvaro Bartolome

Hi @sobcza11! As I already told you via LinkedIn, I'll be working on this for the next investpy release, and after some time thinking about how to tackle this I...

Fair, but I'm assuming the pricing for Azure is a bit off, since 8 x A100 80GB on Spot is cheaper than 4 x A100 80GB on Spot, which makes...

Hi @Ioannis-Pikoulis, please see @tomaarsen's comment at https://github.com/huggingface/setfit/issues/409#issuecomment-1683762555

Hey! Maybe we can keep this internal if only to be used to add and update models within ollama? Otherwise I think we're good with making this a Python script...

Hi @leo-gan and @agola11 I've already addressed the comments, and deployed the docs locally and those now work fine! Feel free to merge whenever you want 😄

Cool, then I'm already done, feel free to merge whenever applicable! 🤗

As of https://github.com/hwchase17/langchain/pull/6300, the docs skeleton has changed and those issues have already been solved, so this PR will be closed! 😄 Thanks for the support in the meantime @leo-gan...

@gabrielmbmb is there any plan to maintain more than one `settings.json` or sort those by name? e.g. ```json { "default": { "host": ..., "key": ..., }, "project-a": { "host": ...,...

Hi @dvsrepo! Thanks for the detailed issue 🤗 I have one doubt w.r.t. naming of the task, whenever you say `multi-turn` you mean to allow the task to receive a...

Hi here! I've discussed about some potential improvements w.r.t. how the `Prompt` is defined, and also w.r.t. defining responsibilities across the different classes, in order to move some LLM-specific stuff...