Shripad Krishna
Shripad Krishna
- Added missing typings for "toggle" prompt - Added missing typings for Choice interface
Fixes #211
While trying out Chroma integration I stumbled upon the following error: ```bash Error: Please install chromadb as a dependency with, e.g. `npm install -S chromadb` ``` Even though I had...
### What happened? `init_hook` should be triggered when `$SHELL` is `/bin/nu` but it doesn't. ### Steps to reproduce 1. Install [Nushell](https://www.nushell.sh/) 2. Set the shell as default (or alternatively set...
**Description** Firstly, big thanks for creating this project @drwpow! Solved lot of my pain points. `--path-params-as-types` doesn't work because `pathItemObject` in `transformPathsObject` is an object made up of HTTP methods...
**Describe the bug** I have enabled 4-bit quantization for fine tuning mistralai/Mistral-7B-v0.1. Seems like Ludwig 0.10.1 depends on [bitsandbytes < 0.41.0](https://github.com/ludwig-ai/ludwig/blob/master/requirements.txt#L53). But when I run the trainer I get the...
using [email protected] with [email protected] unable to run unit tests. seems to be an issue with requiring goog.testing.jsunit
### Feature request Need support for loading models that only contain `.pt` weights ### Motivation I quantized Mixtral 8x7b model using HQQ (which produces a `qmodel.pt` file). But I am...