Hakan Baba
Hakan Baba
fix #72 *Issue #, if available:* 72 *Description of changes:* write the mms config file to a subdir os base_dir instead of /etc *Testing done:* unit tests pass on local...
It would be great to have ability to save and restore breakpoints. One could take a similar approach to gdb with a `save breakpoints []` syntax https://sourceware.org/gdb/onlinedocs/gdb/Save-Breakpoints.html Or one could...
I am running the code from [0eadcb7b0648d496d67243a7d572b413560be661](https://github.com/databrickslabs/dolly/tree/0eadcb7b0648d496d67243a7d572b413560be661) Using the versions of `transformers[torch]==4.28.1` `deepspeed==0.9.0` Results in the following error ``` 2023-04-23 06:05:50 ERROR [__main__] main failed Traceback (most recent call last):...
Running the following example and see that if input size doubles, the ctags execution time multiplies with ~4x. The files are named `example_.pp` ``` $ time ctags example_10.000.pp real 0m38.921s...
This generates a runtime error like ``` >>> t.run() Traceback (most recent call last): File "", line 1, in TypeError: BaseTool.run() missing 1 required positional argument: 'tool_input' ``` #6337
Once this repo is public, we should be able to add MacOs tests from Circle CI. They should be part of the pull request acceptance tests.
Function and variable names use lowerCamelCase. We should make a general pass over the code to change the naming conventions to snake_case.