-
Hi,
First thank your very much for your work. It adds a huge improvement to DETR family.
And your paper was really well explained and written.
Also thank you for publishing your code & models, i…
-
Where can I get the weights for the model?
-
MUST WE TRAIN OWN MODEL? WILL YOU RELEASE YOUR MODEL WEIGHTS?THANKS~
-
Hello, is FuzzCoder ready to release the model weights?
-
**What would you like to be added**:
Right now we can download model weights from model hub directly, but each time we start/restart a pod, it will downloading the model weights again. Without …
-
Hi,
I loved your paper! Do you have plans to post your trained MVG model weights? I'm interested in trying it out on new data.
Thanks
-
# Ask a Question
### Question
I have a model with external weights. The size of the external weights file is larger than 2GB.
If I run the converter with
```
original_model = onnx.load(model_pa…
-
Greetings,
are those weights in the github same as weights which are used in the paper to give last evaluation? Because when I test i get different values
Thanks in advance.
-
### Your current environment
vllm version `0.6.3.post1`
### Model Input Dumps
_No response_
### 🐛 Describe the bug
here is the testing script:
```python
llm = LLM(model= llm_name, dtype='float1…
-
Hey!
In the TFJS API, there is a `getWeights()` fcn that returns a tensor containing the weights of the model. I tried converting this tensor into a json and send that to a python server containing…