Job Henandez Lara

Results 15 comments of Job Henandez Lara

Is it something like [this](https://github.com/coalton-lang/coalton/blob/79720ef74ed727942c5702dcf56cca20eb1bfefb/library/math/num.lisp#L300)? and how is it different than this integer-> float [implementation](https://github.com/coalton-lang/coalton/blob/8485c68064b94963c8e7bd9fc8be9dc1bffa8037/library/math/conversions.lisp#L167)?

@eliaslfox can you please elaborate on this?

my bad. I was going to work on this until my other pr was done. but I havent had much time. But its ok if you closed this. thanks

@VictorOdede one question: how do we manipulate the language models to speed them up? Im interested in this issue but I need more information. could you elaborate on this please?...

Try this: ``` > git clone https://github.com/anarchy-ai/LLM-VM.git > cd LLM-VM > python -m venv > source /bin/activate > python -m pip install -e ."[dev]" ```