-
### System Info
- `transformers` version: 4.36.2
- Platform: Linux-5.15.133+-x86_64-with-glibc2.35
- Python version: 3.10.10
- Huggingface_hub version: 0.20.2
- Safetensors version: 0.4.1
- Ac…
-
We have yield blocks (`->`) in Savi which do a good job at being both performant and ergonomic for use cases where the yield block is used immediately from within the calling function.
However, the…
-
EDIT: decided below to re-focus this issue on the sequencing of sibling spans. Original title was "Provide example of reporting "middleware" hops"
Suppose we have an RPC call from Service A to Servic…
-
The current generated SDK load so many files that it slows down our app boot by 3x. I ran a ballpark estimate with `find lib -type f | wc -l` which got me 20839 files 🤯 . This is only the load time fo…
-
Dear botorch developers,
I have a question regarding output constraints. So far they are used and implemented in the following way:
- There is a property which should be larger than a user provi…
-
Post questions about the following orienting reading:
Kozlowski, Austin, Matt Taddy, James Evans. 2019. “[The Geometry of Culture: Analyzing the Meanings of Class through Word Embeddings.](https://…
-
Hi, @fabsig thank you for your work, this sounds like an exciting method.
IIRC, you currently only support 0/1 binary outcomes with a logistic link, ctrl+F searching for 'logit'
https://github.…
-
When adapting [Mask2Former](https://github.com/facebookresearch/Mask2Former) to Pytorch-ROCm, I am facing a `MIOpen Error: /.../data/driver/MLOpen/src/sqlite_db.cpp:209: Internal error while accessing…
-
Would it be possible to add a mswin build with `--disable-shared --enable-static --with-static-linked-ext --enable-load-relative` options?
I've tried on a fork (and locally), can't seem to be make…
-
When using enums in Dart, it can become tedious to have to specify the full enum name every time. Since Dart has the ability to infer the type, it would be nice to allow the use of shorter dot syntax …