Perry Gibson
Perry Gibson
I am interested in exporting the logs, as it would be interesting to analyse how the search terms evolve over time. There doesn't seem to be a way to do...
Also looking for a way to do this, for any model using the object detection model zoo pipeline. I seriously doubt it will improve accuracy for my use-case, but I...
This is a feature that would be useful to me. In the meantime, I have achieved a similar (though less effective) solution using the `inotify-tools` package ```sh MYFILE=log_file.txt while inotifywait...
Many thanks. I can of course see usage at https://beta.openai.com/account/usage, which lists details of each request, e.g.: ``` 08:48 Local time: 19 May 2022, 09:48 text-davinci, 1 request 103 prompt...
The LLVM main branch moves quite quickly, and API breaking changes are common. You can see the LLVM version that Triton builds against here in [`cmake/llvm-hash.txt`](https://github.com/openai/triton/blob/main/cmake/llvm-hash.txt).
The issue still occurs for me. To clarify, pasting _into_ Google Slides on Firefox _from_ Chromium preserves the formatting, however copying _from_ the webapp on Firefox loses the colour information.
The issue appears to be that a recent version of `netdisco` has a different API from how the package is calling it. If you `pip instal netdisco==0.7`, that should solve...
Also something I've been facing, using the Doom Emacs distribution for what that's worth. I've added the path from `/opt/homebrew/opt/emacs-plus@30/Emacs.app/Contents/Info.plist` to the top of my `.config/emacs/early-init.el`: ```elisp (setenv "PATH" "VALUEOFTHEPATH")...
Cheers, and thanks for updating the new release!
> [@Wheest](https://github.com/Wheest), what's the reason to use multiple `dvc pull`? Could you please share more information about how you are using bazel? I have tests or build steps that have...