matthiasgeihs

Results 51 issues of matthiasgeihs

https://github.com/cyberphone/json-canonicalization/blob/dc406ceaf94b5fa554fcabb92c091089c2357e83/go/src/webpki.org/jsoncanonicalizer/jsoncanonicalizer.go#L237 This method does not work for uint64 because float64 precision is insufficient. Suggested fix, insert before line 236: ```go // Is it an integer? if _, err := strconv.ParseUint(value,...

We recently added support for multi-ledger channels to [go-perun](https://github.com/hyperledger-labs/go-perun). These are channels that can hold assets from different chains and thereby allow cross-chain swaps, for example. Here is an explanation...

### Feature request **It would be great if one could upload selected chat histories at will, while still having chat history upload in general disabled.** ### Motivation Privacy conscious users...

I am using `ggml`@https://github.com/ggerganov/ggml/commit/f52d2a05cf8327baf6c0d49e7b231953179e03d3 and am having trouble loading `replit-code-v1-3b`. I used `replit/convert-h5-to-ggml.py` to convert to ggml f16. Also created a q4_0 quantized version using `replit-quantize`. However, when trying to...

Running ``` python eval/eval.py eval/yamls/hf_eval.yaml icl_tasks=eval/yamls/winograd.yaml model_name_or_path=gpt2 ``` fails with ``` RuntimeError: CUDA error: CUBLAS_STATUS_NOT_INITIALIZED when calling `cublasCreate(handle)` ``` The same command runs fine with other models (e.g., `EleutherAI/gpt-neo-125M`). Any...

bug

## 🚀 Feature Request Support for custom tokenizers that require `trust_remote_code=True` (e.g., the Replit tokenizer). ## Motivation Currently, when using a tokenizer that requires `trust_remote_code=True`, the scripts `train.py` and `convert_composer_to_hf.py`...

enhancement

This PR adds a flag `--pos_encoding`with the following positional encoding methods: - `nope`: NoPE (No Positional Encoding, see [The Impact of Positional Encoding on Length Generalization in Transformers](https://arxiv.org/abs/2305.19466)) - `alibi`:...

First of all: Great project! I stumbled across a minor bug when reading `.ml` files with the `extract.py` script. https://github.com/AndyQ/NFCPassportReader/blob/84e11ec67a5c0d5ff54f918182fd4658801cc7f2/scripts/extract.py#L29-L42 For `.ml` files, the variable `cns` is not set, and...

Proposes a change to the `digital-signature` example: Previously, the signer identity was not verified. However, this is an essential part of signature verification, so this PR proposes to verify the...

## Bug Report When running the `digital-signature` example with feature `risc0-zkvm/metal`, it fails with ``` Running `/risc0/examples/target/release/digital-signature 'This is a signed message' --passphrase=passw0rd` thread 'main' panicked at /risc0/risc0/zkvm/src/host/recursion/prove/exec.rs:158:17: index out...

bug