Charles Packer
Charles Packer
A graphical interface for generating images (both specifying inputs and visualizing/saving outputs) would make it a lot easier to quickly iterate over prompts and other settings. For anyone wanting something...
**Describe the bug** I tried running `ns-train nerfacto` on an "instant-ngp-ready" data directory, but get the following error: ``` File "anaconda3/envs/nerfstudio/lib/python3.8/site-packages/nerfstudio/data/dataparsers/nerfstudio_dataparser.py", line 151, in _generate_dataparser_outputs fx=float(meta["fl_x"]), KeyError: 'fl_x' ``` Seems...
https://github.com/deepmind/gqn-datasets/pull/18 creates a runtime `NameError` (pops up when you run the demo code). This is a small patch to fix it. ```sh Traceback (most recent call last): File "demo_code.py", line...
Adds token streaming to the MemGPT API (when available in the underlying model endpoint). - [x] Handle context overflow on SSE - [x] Choose streaming format for MemGPT API -...
Our current Groq integration was developed before Groq added tool-calling to the API (https://console.groq.com/docs/tool-use). Groq also does not support `/completions` (only `/chat/completions`), so to add tool calling support we had...
# Q2 2024 Roadmap 🚀 Link to [GitHub project board](https://github.com/users/cpacker/projects/7) tracking all of the roadmap items 👋 Looking for smaller things to work on? Check the [community contributions](https://github.com/users/cpacker/projects/4/views/1) or [bug...
**Describe the bug** Dev portal send_message seems broken on latest `main` when using non-postgres install. Should add back unit testing for the local install to the client to handle non-postgres...
**Is your feature request related to a problem? Please describe.** - Add workflow to automatically create `environment.yml` conda file based on `pyproject.toml` / lock files - Add instructions to README...
**Is your feature request related to a problem? Please describe.** - Common errors and HTTP status messages should be properly passed back up the stack to the CLI or API...