Ryan Slattery

Results 7 issues of Ryan Slattery

When I add, remove, or change an exported variable in a Python script the script variables section of the inspector doesn't immediately update to reflect this. The only way I...

**Describe the bug** I try to export a single linear layer from PyTorch and get one of the following errors. Error 1: `GpuError(CompileError { node: "Gemm_0", error: InvalidInputShape { input_index:...

**Describe the bug** Exporting a HuggingFace model using the recommended method results in the following error: `thread 'main' panicked at 'called 'Result::unwrap()' on an 'Err' value: IrError(Type(ParametrizedDimensionUnsupported("batch")))'` The inclusion of...

Followed official installation instruction and got this error. [minerl_logs.txt](https://github.com/minerllabs/minerl/files/7318386/minerl_logs.txt)

question

Coming here from [this issue](https://github.com/huggingface/transformers/issues/23102) over on transformers. Looks like I'm no longer getting the error I was getting earlier but there are still performance issues. Taking a look at...

I'm trying to generate some text using a modified version of the main example and am running into an issue where the model is picking a token containing a non-numerical...

This PR adds 2 new types and enforces their correct generation: - Integers: These are treated as json numbers but will never contain a "." character so can be parsed...