-
The project uses a few libraries that have their own logging. Currently, we can only control our own from the config. It will be great to allow setting log level for other libs such as openai and http…
leseb updated
2 months ago
-
While working on the addition of vLLM https://github.com/instructlab/instructlab/pull/1442, I tried adding func test to the e2e test since the runner has a CUDA GPU. Unfortunately, it does not have en…
leseb updated
3 months ago
-
Every page should contain a page title to help orient the user and a description to describe the page's contents. The description could include links (ie. Learn more about ) to documentation and other…
-
Currently the login page has small github icon that takes you for github authentication. This is not very intuitive, folks generally endup trying the github credential in the username/password and it …
-
**Describe the bug**
The `config.yaml` file now contains a hard-coded path to a Python file. This makes the config non-portable and tight to the current version and installation of Python.
**To Re…
tiran updated
4 months ago
-
T4R - generally we support users using one of two models in InstructLab - `merlinite` and `granite` - but various Pull Request and Issue templates just ask users about "model" inputs and outputs - we …
-
**Describe the bug**
@nathan-weinberg add `mypy` to `make verify` in PR #1472. This makes `make verify` very slow.
You probably didn't know this, because I never documented it. I designed `make v…
tiran updated
2 months ago
-
**Describe the bug**
When you run `ilab model download` as a default, it saves a GGUF model to `instructlab/models/merlinite-7b-lab-Q4_K_M.gguf`.
But then when you run `ilab model serve`, it instead …
-
This PR #1352 adds a manual CLI reference to the InstructLab documentation. @russellb proposed auto generating this list.
-
Since this code was pulled from the `instructlab` repo, it still imports some code from there. We do not want a bidirectional dependency between the packages. We need to remove all `instructlab` impor…