-
Currently, the infer_radius has a preference for determining it from the lbol, but it should be what it was before of None. So, there is not preference and the user can choose. Trying to run an sed, a…
-
推理>=3000字的任务时,try捕获到"."这个符号,然后程序就不运行了,卡在这了
-
it seems like there are only training script, i wonder how to infer? Thanks very much for any help.
-
I've finished training on my own data set. However, when I implemented the inference function, it showed that the keys were true. May I ask why? How to solve this problem?
![image](https://github.com…
-
I tried this code:
```rust
#![allow(unused)]
fn weird()
where
[f32; N]: SomeArray,
{
let input: [f32; 1] = get_array();
}
fn get_array() -> [f32; D]
where
[f32; D]: SomeArray,
{
r…
-
### I have checked the following:
- [X] I have searched the issues of this repository and believe that this is not a duplicate.
- [X] I have checked that the bug is reproducible with the latest ve…
-
Hi!
I've just started using this library and I'm a bit confused about the response type. Is it correct that I need to add a response type schema to each hook manually?
Would it generally be pos…
-
Hello! Thank you for your work!⭐⭐⭐
Very Good!👍👍👍
When I test using pretrained weight ,the result is strange.
Is there something wrong ?
![image](https://github.com/user-attachments/assets/c0f4289f…
-
### Your current environment
I am currently performing gptq quantization on the llama2-7b-hf model. The model can be quantized successfully, but the following problems are encountered during inferenc…
-
Do you think it would be possible to use the QueryParser without specifying the view? The view is inferred (I think) if you dont use the QueryParser.
This is a code snippet that I thought we could …