Sávio Santos

Results 5 issues of Sávio Santos

### Your current environment vllm 0.4.2 ### 🐛 Describe the bug Hello. Would anyone have an example of how I could run Llama 3 on an NVIDIA RTX 4060 TI...

bug

```js ... if (e.type === "touchmove") { this.mouse_x = e_pos_x; this.mouse_y = e_pos_y; } this.dispatch('mouseMove', {x: e_pos_x,y: e_pos_y }); //Exact mouse position const mouse_pos_x = e_pos_x * ( this.precanvas.clientWidth /...

### Question Can an OCR API be run externally? To receive the output and add to the converter?

question

Below is a comment on how to convert training weights to use with the Transformers library.