-
Have a need to see some of these values dumped by llama.cpp on a model. I attempted to redirect the stdout to a custom routine. from the llama dll but it appears you didnt implement the llama_set_log …
-
I think we should update the `from_pretrained` method, for example, we can :
* add a `token` parameter there and pass the token explicitly
* `revision` parameter to load a tokenizer from a specifi…
-
### Feature description
For REST APIs, it should be possible to dynamically populate query parameters based on values obtained from an existing resource.
This can be currently done **only** if t…
-
As discussed in our previous meeting, in our ML model interface we should distinguish between parameters used for training and evaluation.
- Allows for different configurations being used in the re…
-
### Problem Description
It is hard to figure out the template parameters here. RsLengths_, HsLengthss_, Ps2RHssMajor_, Ps2RHssMinor_, Ys2RHsMajor_, Ys2RHsMinor_. Need a Readme for this to explain the…
-
this is also valid:
```
release -1
```
-
Implicitly marking parameters as nullable is deprecated, the explicit nullable type must be used instead.
This isn't necessarily an issue directly in this repo but the `thecodingmachine/safe ^2` de…
-
## Feature request
#### Feature description
Have SetParametersFromFile (and probably similar functionalities) add the parameters after the ones defined on the nodes themselves. This allows SetPara…
-
### Is this a bug in companion itself or a module?
- [x] I believe this to be a bug in companion
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Describe the…
-
When a user specifies an option like `compression` for a templatized parameter in yaml, but this parameter is also a valid driver option (as it is for the cql driver), then users should be warned that…