-
**Describe the bug**
PR #1653 added code, which causes `ilab` to always create or write to a file on every invocation of the CLI. Even `--help` on subcommands creates and writes to the file.
**To …
tiran updated
3 months ago
-
Trying to increase verbosity when running `ilab model serve`:
```
$ ilab model serve -v
INFO 2024-07-15 14:37:19,197 serve.py:120: serve: Using model '/Users/leseb/Library/Application Support/ins…
leseb updated
3 months ago
-
When we load a taxonomy yaml file, we validate its contents against a schema contained in `instructlab.schema`. Here is an example schema:
https://github.com/instructlab/schema/blob/main/src/instr…
-
Amending the existing skill PR, doesn't generate the qna.yaml in the same way (Although yaml seems okay). Please see this example PR.
https://github.com/instructlab-public/test-taxonomy/pull/9/file…
-
hello, I have installed instructlab on both my local computer and on a google colab and I have had problems using ilab data generated.
On the google colab I have installed it like this:
```
!pyth…
-
The e2e CI job test script uses the `--legacy` flag for training, meaning that we are not exercising the new training library. We should fix this so we're testing the new, non-legacy code.
-
`ilab model evaluate` currently doesn't have the most responsive error handling or logging in general. Improve this by checking for all possible exceptions and logging during the evaluation process.
…
-
Right now some features like `test` are available only on M-series, will be great if they will be available for other platforms (Linux cuda/rocm).
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain.js documentation with the integrated search.
- [X] I used the GitHub search to fin…
-
**Describe the bug**
Generation of dataset using granite-7b-lab-Q4_K_M fails when merlinite-7b-lab-Q4_K_M.gguf is not present under models.
**To Reproduce**
Steps to reproduce the behavior:
1.…