vsraptor

Results 18 issues of vsraptor

how do i add pytorch support ? ex: https://pytorch.org/docs/stable/generated/torch.sum.html https://pytorch.org/docs/stable/generated/torch.linalg.norm.html

the images does not get imported : [source](https://github.com/vsraptor/multi_regex/blob/main/docs/multi-regex.ipynb) [destination](https://myriad.website/multi-regex/) any idea ? and some of the code boxes are weird !

> ## 142c142,143 > > ``` > bool ret = ok(2 * fabs(left - right) / (fabs(left) + fabs(right)) < epsilon); > ``` > --- > > ``` > bool...

hi, Thanks for your module. I used is as a template for my more specific needs. https://myriad.website/guru/vectors-in-javascript/

Is there a way to figure in **advance** how much memory : 1. It will require to LOAD the model 2. It will require to RUN the model f.e. when...

``` In [7]: x=LLM() tiiuae/falcon-7b-instruct Explicitly passing a `revision` is encouraged when loading a configuration with custom code to ensure no malicious code has been contributed in a newer revision....

Is there a way to load the model in memory i.e. when you run a script you just connect to the model instead of loading it every time. This way...

how do you install it in Sublime ?