-
When the plugin is enabled, some keys and key combinations stop working, for example Enter or ctrl+z (undo).
After pasting a copied piece of code, the plugin stops working, deleting the pasted code d…
-
```
sorted_logits, sorted_indices = torch.sort(scores_normalized, descending=True)
min_thresh = sorted_logits[..., min_tokens_to_keep - 1]
```
[This operation](https://github.com/huggingface/tr…
-
Just a simple wrapper for `std::fs::exists` using `blocking`. Strange that it wasn't implemented considering tokio's `fs` feature has it as `try_exists`.
-
-
## Description
After creating a new user, logging in and logging out, the Operations graph in the user's overview doesn't match the reality
## Environment
Testing
## Reproducible Steps
Steps to cr…
-
Make basic operations with the API in Java
-
Name is up for bikeshedding, but the point is to have an operation that would remove all remaining resources that are shared between networks and thus kept after deletes. For example, the `fcnet` tabl…
-
Hi, I'm following and have some questions:
1. There are different operations in the `modified_clip/model.py` and `modified_clip/open_model.py`, like `img_features[kth] = ln_x` in [model.py](https://g…
-
-
**Describe the bug:**
Deleting a property does not succeed in removing a property
**Config and Small code sample**
Config:
```js
{
target: 'browser',
calculator: false,
…