-
The Safety Committee / WG started the effort to gather software requirements for the Zephyr project which are needed for the safety efforts and the quality of the project.
For the management of the r…
-
We have bindings for AdolC in dune. Unfortunately the lack of thread-safety of the tape-based mode prohibits its use in thread-parallel assembly. On the other hand traceless forward mode with `adtl::a…
-
Just one issue to track progress till the next release and collaborate on creating the right issues. Feel free to edit this issue/comment on changes.
Scope of Next Release:
- [ ] For each paper cr…
-
prompt:
Player: d2d4
Computer: 98f6
Player: d1d3
Computer: d7d5
Player: d3a6
Computer: b8a6
Player: e2e4
Computer: f6e4
how is my performance so far and what should I do next>
===…
-
Currently, build graph calculations and `BUILD` file evaluation are pinned to the `__local__` environment (see #17129), meaning that it will not run in a `docker`, or `remote` environment. This is acc…
-
I'm concerned about safety & alignment issues. Do you have a safety policy?
-
This code won't compile, for nullable `y`:
```dart
int x = /* ... */;
int? y = /* ... */;
if (y != null && x > y) { /* ... */ }
```
What is needed is
```dart
int x = /* ... */;
int? y =…
-
The intention here is to quickly create an easy way to install the "V0.1" stack components in a test environment, such as a laptop, for user experimentation. This would not be a production-grade insta…
-
DeepEval docs have a Google Vertex AI implementation sample here:
https://docs.confident-ai.com/docs/metrics-introduction#google-vertexai-example
However, it has a number of issues:
1. It doesn…
-
Hi
Could you share scripts that may reproduce the results in the paper ? Thanks.
I tried the generation and evaluation for safety using the following script on an Nvidia GPU. The results are
…