-
Hi Arnold team,
Thank you for your excellent work on this project! I’m new to Isaac Sim and have a question regarding the benchmark. I understand that creating data for it typically requires manual…
-
Hello,
I am still playing around with the awesome code you produced and I really like the way you implemented GG20 in the other dev branch using `round-based` etc. While working with the code there…
-
Hello @patil-suraj,
I get the following assertion error:
Code:
```
gen = pipeline("question-generation", model='valhalla/t5-base-qg-hl', ans_model='valhalla/t5-base-qa-qg-hl')
qa = gen('Dire…
-
Because of C# compiler still does not allow to generate expressions from statement lambdas (CS0834), is it feasible to have some workaround in the Salterelle Compiler? For instance my first idea:
An …
-
I'm trying to implement various methods from the [patchscopes](https://arxiv.org/abs/2401.06102) paper, and some of them utilize token generation to eg. explain the meaning of a patched representation…
-
### Checklist
- [ ] 1. If the issue you raised is not a feature but a question, please raise a discussion at https://github.com/sgl-project/sglang/discussions/new/choose Otherwise, it will be closed.…
-
### Your current environment
```text
Your output of `python collect_env.py` here
```
### Model Input Dumps
_No response_
### 🐛 Describe the bug
When I load LLM as:
`llm = LLM(
…
-
### 🚀 The feature, motivation and pitch
temperature/top_k/top_p These values will affect the model output,The default value should be read from generation_config.json if the user does not set it.
…
-
Develop a backend feature that allows users to generate a quiz from a selected textbook chapter. The backend should send the content of the chapter to an LLM and request it to create a quiz. The resul…
-
Both the evaluation and testset generation are computationally and monetarily expensive.
It is very painful to experience a crash after several expensive hours of evaluation or generation, only to …