-
### System Info
1xL40 node on Runpod
Latest `huggingface/text-generation-inference:latest` docker image.
Command: `--model-id HuggingFaceM4/idefics2-8b --port 8080 --max-input-length 3000 --max-…
-
A REPL needs a better story for implicit application than `-Xprint:typer`.
There's coloring and underlining.
Another idea is an explanatory comment on the input line:
```scala
scala> q + 1 …
-
I've some suggestions too: How about using subcommands instead of using options for logging in, getting the problem description, listing contests, and submitting code?
Maybe something like:
- `cod…
-
In this case, after type inference, the `main` function ends up having an inferred type with an unbound type variable instead of a generic one:
```gleam
pub type Foo(a) {
Foo(value: Int)
}
pu…
-
If you were to use a microSD card exclusively for storing a mnemonic, in theory there's no obvious difference between storing a plaintext file of your mnemonic on an SD card vs. as a QR code on paper,…
-
**Note from the teaching team:** This bug was reported during the _Part II (Evaluating Documents)_ stage of the PE. **You may reject this bug if it is not related to the quality of documentation.**
i …
-
Since 1.2.0 Scala 2.10 shows the following type error
![image](https://cloud.githubusercontent.com/assets/274947/16896096/031e6570-4b58-11e6-9737-6cfc2195abcb.png)
Trying to annotate the type leads …
cvogt updated
4 years ago
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Nature of Your Project
TypeScript
### Current Behavior
Given cds such as:
```cds
entity Something : cuid…
-
T0-3B is just a finetune of T5v1.1_3B_LMadapt (according to their paper), and in HF it loads via just the standard T5 code.
I am able to successfully ONNX-convert other T5 models on my computer.
…
-
I am writing a WartRemover plugin - WartRemover is a compiler plugin that runs after the typer phase of scalac. The scaladoc for `scala.reflect.api.Trees.ImportSelector` says that the `rename` method …