-
Hi @jonnykira, thanks very much for sharing this!
I saw the extract_weights.py script you just added and was wondering if it would be possible to add a script to do the opposite - i.e. load in a sa…
-
Hi, @SparkJiao , I'm working on finetuning deepseek coder model (like 1b and 6.7b) based on model pipeline, as far as I know, it is based on the llama architecture. And this repo gives me great help…
-
I am using Google Colab with the Tensorflow v2.17 and Keras v 3.4.1 libraries.
I need to save and load my models, but I haven't been able to make the '.keras' file format load correctly.
Here…
-
Thanks for your great work, I would like deploy Qwen2-7B-Instruct in vllm, my current command is:
`python3 -m vllm.entrypoints.openai.api_server \
--host 0.0.0.0 \
--trust-remote-code \
…
-
Hi,
I am trying to trace crf.decode function in ml.inf2.8xlarge instance.
Here is the code I am trying to run.
def tags(output , mask):
a = model.crf.decode(output , mask)
a = torch…
-
### 🐛 Describe the bug
```
Downloading: "https://sghub.deci.ai/models/yolox_s_coco.pth" to /github/home/.cache/torch/hub/checkpoints/yolox_s_coco.pth
Traceback (most recent call last):
...
…
-
How to download weights for this model or are you using the same weights as there in the original model?
-
Appreciate the Colab notebook on Entropix, can't wait to try it out myself! When I run it in Colab, I'm getting this KeyError below.
```
[](https://localhost:8080/#) in load_weights(ckpt_dir, n_l…
-
Thank you for this great reproduction! I wonder if you may release your trained model weights?
-
Anybody knows a solution to this
Traceback (most recent call last):
File "D:\COMFY\ComfyUI_windows_portable\ComfyUI\execution.py", line 151, in recursive_execute
output_data, output_ui = ge…