Jeff W

Results 10 issues of Jeff W

In your example_run.txt command line example for deepspeed, should "--block_size 2048" perhaps be set? Without this, it looks like it's picking up the GPT2 default of 1024, but GPT-J rather...

This was (probably) mentioned in issue #201 but seems like a separate issue. These commands work: ```$ cd /tmp; img unpack image:tag``` ```$ img unpack -o /tmp/rootfs image:tag``` The commands...

Phan 5.4.3 php-ast version 1.1.1 PHP version used to run Phan: 8.3.1 Given this code: ```

Using the v5 branch, Phan (and, to be fair, every other tool I've tried) misses a fatal error in signature mismatches. The issue boils down to inferring a void return...

bug

## Environment info - `adapter-transformers` version: 3.2.0a0 (2af89bd1135e598859e38a7b27152bef8ecdec4f) - Platform: Linux-5.15.0-56-generic-x86_64-with-glibc2.35 - Python version: 3.10.6 - Huggingface_hub version: 0.12.0 - PyTorch version (GPU?): 1.13.1+cu117 (True) - Tensorflow version (GPU?): not...

bug
external-dependency

The eol parameter was added to fputcsv in PHP 8.1.

Potential fix for #4870 Not sure if this is the right place in the code or even the right way to approach this, but I added a test and it...

On Phan 5.4.4 (and earlier versions), PhanCommentObjectInClassConstantType is emitted when a class contains a constant that has an enum value referenced in its doctype. Given this code: ```php

### Affected page https://www.php.net/manual/en/function.session-cache-limiter.php ### Issue description In the description of the value parameter, there is a table listing the allowed values. In the "Headers Sent" column of the table...

bug

"ifeq" is a Gnu make extension; it's not supported on BSD make.