Jani Monoses
Jani Monoses
Pantech Discover 4.0.4: 0xd454 0xaac3
Allow directly importing a PDF without downloading it to disk outside Polar.
Fixes #3675
#### ALL software version info Panel 0.13.1 #### Description of expected behavior and the observed behavior Setting PANEL_OAUTH_PROVIDER is ignored, authentication is only used when passing --oauth-provider to panel serve....
Pandas read_csv throws an exception when encountering a line that seems to have too many fields, but it can be made to skip these bad lines and then report them...
This is a really minimal (incomplete?) change to allow V3 certificates without extensions (like those used by Tor). Probably the MissingOrMalformedExtensions error should be renamed to MalformedExtensions if this looks...
Should there be a vendorsetup.sh file on this branch or is the build process not using lunch?
The new export code instantiates a Transformer() model so it needs double the memory (float32 weights vs bfloat16 in the Meta checkpoints). The old llama only exporter code can easily...
Base Llama models use 10000 for RoPE theta. Code Llama models use 1000000 for dealing with a larger context. With the current hardcoded value, the code models tend to close...
the javadoc -doclint option is new to JDK 1.8 so we get. [ERROR] Exit code: 1 - javadoc: error - invalid flag: -Xdoclint:none Maybe a local maven profile can be...