-
After a quick look, I guess there should be a check for the flag `is_train` before calling `scheduler.step()` in [line 255](https://github.com/NVlabs/PALAVRA/blob/main/get_f_theta.py#L255), so that we…
-
**lnav version**
v0.9.0 is the latest
**Describe the bug**
I'm trying to integrate lnav with a Cardano node Docker image. The build is based on Nix and it works just fine on x86_64. On aarch64 …
-
Would it be possible to enable pinning from inside container.nix somehow?
Which is to say, I basically want to override the two external parameters to the containers: https://github.com/erikarvsted…
-
Apple M1 (`aarch64-darwin`) support just landed in Nixpkgs `master`, so I thought I'd open an issue here to describe/discuss how best to migrate to a `nix-darwin` setup which uses that system type by …
-
I experience seg faults when running both my testbenches, and also with the examples in this repo with verilator 4.106
These occur somewhere within `vlog_startup_routines_bootstrap()`, in `verilato…
-
When trying to build [individual LaTeX documents](https://github.com/input-output-hk/cardano-ledger#building-individual-latex-documents) I get the following errors:
```
#> nix-shell --pure --run m…
-
I want to make a client call to get the HTTP/2 settings that the server returns for an HTTP/2 call. I want to use those settings to configure my connection pool accordingly. This is what the nghttp re…
-
This issue is here to track the debugging of the issue caused by https://github.com/tweag/plutus-libs/pull/187 where:
```
$ cabal test pirouette-plutusir:spec
...
Test suite spec: RUNNING...
Lang…
-
Hey Team,
Thank you for this awesome work and for releasing the super clean training code! We are super interested in reproducing result on Mistral 7b model.
I have trained a Mistral model with …
-
Hi,
We are now looking to break our monolith into many apps that live in a mono-repo.
We searched over the internet to see what are the best practices and suggestions for this topic in the conte…