EduardDurech

Results 11 issues of EduardDurech

### Feature description An option to self-update Termux, can be over CLI in packages ### Additional information Telegram and other apps with stand-alone apk's usually support this feature, it would...

Version: rclone v1.59.1 #### What problem are you are trying to solve? It would be nice to have a `--config-command` as analogues to the `--password-command` so we can source our...

enhancement

**Feature description** Implement encrypt and decrypt in the [`termux-keystore`](https://github.com/termux/termux-api/blob/master/app/src/main/java/com/termux/api/apis/KeystoreAPI.java) (currently it only supports signing and verifying) via [Cipher ](https://developer.android.com/reference/javax/crypto/Cipher) - [KeyStore Supported Ciphers](https://developer.android.com/training/articles/keystore#SupportedCiphers) This would enable passcodes, secrets, et cetera...

+ list supports showing saved preferences + delete supports deleting saved preferences + encrypt data interface + decrypt data interface + generate supports making random alias + generate supports new...

#### What is the purpose of this change? Adds functionality for `--config-command-in` and `--config-command-out` as analogous to `--password-command`, allowing command functionality to generate config files (also allowing the config file...

Fixes #550, resolves #246 Requires https://github.com/termux/termux-api-package/pull/161 and https://github.com/termux/termux-app/pull/3043 + Receiver receives context, sent to list, delete, encrypt, and decrypt for shared preferences + listKeys is now listData and supports showing...

Abstract and unify attention utilities and backend for Transformers, Megatron, vLLM, and SGLang ```yaml # Example (per-role) actor: attn_implementation: auto # auto|flash_attention_3|flash_attention_2|flex_attention|sdpa|eager rollout: attn_implementation: ${actor.attn_implementation} # auto|flash_attention_3|flash_attention_2|flashinfer|flex_attention|sdpa|eager ref: attn_implementation: ${actor.attn_implementation}...

Self-Normalized Importance Sampling for rollout:backwards mismatch, adds `algorithm.rollout_is_self_norm` SNIS applied to `rollout_is_weights` • `geo_mean`: per-sequence geometric mean • `seq-mean-token-mean` / `seq-mean-token-sum`: per-sequence masked mean/sum • `token-mean`, `seq-mean-token-sum-norm`: global denominator Given...

veRL-SGLang on GH200 aarch64 cluster, I got installation working and standalone SGLang works as well as veRL-vLLM, however it seems something is not working well with veRL-SGLang as it's significantly...

sglang
speed

Currently, `entropys` is only calculated in non-bypass when calculating `old_log_prob`