-
### Feature request
The CLI currently supports training models with SFT/DPO/KTO: https://github.com/huggingface/trl/blob/6859e048da601fec181997a324e7b351fc997a33/trl/commands/cli.py#L24
It would b…
-
- Builtin testing infrastructure?
- Go API for testing (like we did in [klb])(https://github.com/NeowayLabs/klb/blob/master/tests/lib/nash/nash.go)
I'm inclined to add both the Go API *and* some n…
-
On every POSIX shell, the code below is valid:
```sh
"/home/user/some path with spaces/bin/cat" /etc/hosts
```
To invoke full path names with spaces. Nash doesn't supports it...
I dislike the i…
-
One of the major downsides of traditional shells is the lack of direct support for any of well-known structured data formats (e.g. JSON, YAML, or even XML example). As a modern implementation, Nash se…
-
https://github.com/Azure/azure-sdk-for-net/blob/main/eng/common/scripts/TypeSpec-Project-Sync.ps1#L11-L12
```
. $PSScriptRoot/Helpers/PSModule-Helpers.ps1
Install-ModuleIfNotInstalled "powershell-y…
-
# Science to Software
## Checklist
You acknowledge the [submission guidelines](https://jcheminf.biomedcentral.com/submission-guidelines) and in particular that all contributions adhere to the re…
-
Marathon currently does not support local packages with a tilde in the path:
import HTMLParser // marathon:~/Documents/somepath/HTMLParser
I am not quite sure where the patch should land, i…
-
```
What steps will reproduce the problem?
1. In MySQL, create a table with one or more columns of type TINYINT(1)
(intended for boolean), NOT NULL, and set a default value
2. Use Giix to generate a …
-
This:
```
out1, status1
-
.NET uses .xml files for documentation, and we recently discovered some have broken (404) links. We should add .xml files to the link checker as well or, if too noisy for all language repos, make the …