Code Jesus
Code Jesus
**Describe the bug** I am attempting to create a keymapping for clearing the terminal. From the documentation, it looks like I should be able to do ``` let g:neoterm_clear_cmd =...
## Summary Using vim-test to run tests using `:Testfile`, `:TestSuite`, or `:TestNearest` doesn't find any tests. However, using the equivalent `pipenv run pytest ...` command will find the test. ##...
The docs make it pretty clear how to make a request and decode the entity of the HttpResponse: ``` val response = Hammock .request(Method.GET, uri"https://api.fidesmo.com/apps", Map()) .as[List[String]] .exec[IO] ``` And...
### Describe the bug I am attempting to simply run the [Dreambooth training example](https://github.com/huggingface/diffusers/tree/main/examples/dreambooth) on a GCP Vertex AI workbench notebook. I have tried their managed notebook and user-managed notebooks...
**Describe the bug** First of all, this project is awesome. However, what is preventing me from using it, is that there is a bug when adding a backgroundImage from a...
### Would you like to work on a fix? - [ ] Check this if you would like to implement a PR, we are more than happy to help you...
## Environment - Platform: Debian Linux - GPU: A100 - Torch: '2.1.2+cu121' - Transfomers: '4.37.2' ## Issue I'm seeing random and sudden loss spikes during training, if there is a...
### Please check that this issue hasn't been reported before. - [X] I searched previous [Bug Reports](https://github.com/axolotl-ai-cloud/axolotl/labels/bug) didn't find any similar reports. ### Expected Behavior I'm fine-tuning on a single...
I'm instantiating a EvaluationLogger via: ``` eval_logger = EvaluationLogger( name=eval_name, model=model_name, dataset=dataset_name, eval_attributes={"key1": "value1", ...} ) ``` However, I don't see anything I pass to the `eval_attributes` anywhere in the...