jtbr

Results 21 comments of jtbr

This should be an easy change to make to `nbdev_clean`. - Eliminate the `--fname` argument (which currently only accepts a single file and can only be used once). To my...

I've briefly tried the VS code plugin 1.7.2's chat functionality. It's a great start. But I second @p91paul : the ability to include code as context (perhaps by default the...

AWS EMR documentation [instruct users to install this package](https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-studio-magics.html#emr-magics) to support the EMR Studio %mount_workspace_dir magic command. Which won't work in EMR 7.0.0, since it uses Amazon Linux 2023.

This is the full version info for my VS Code > Version: 1.95.3 > Commit: f1a4fb101478ce6ec82fe9627c43efbf9e98c813 > Date: 2024-11-13T14:50:04.152Z > Browser: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Code/1.95.3...

I updated Chrome and Firefox and restarted VS Code, and now it started normally. Go figure. Hopefully this will not recur. But I'll comment again if it does.

seems to be some issue with the tests.. not sure how any of that works...

Could be wrong, but I don't think it's the library. The test fails at: code::intelligence::tests::test_create_source_file It seems that some test suite does not know how to create a test file...

Thanks for your response. Am I correct in understanding your proposal is to run llama.cpp outside of tabby's container, and point tabby to that server for the chat completion? Or...

I found that the `tabby serve` command has a `--chat-device` that seems to be exactly what I was looking for. However it doesn't seem to be working for me in...

Turning on debug logging and running: `docker run -e RUST_LOG=debug -e RUST_BACKTRACE=1 -it -p 8080:8080 -v ~/.tabby:/data tabbyml/tabby serve --model TabbyML/DeepseekCoder-1.3B --chat-model TabbyML/WizardCoder-3B` appears to be in an unending loop:...