lucas

Results 5 issues of lucas

in the solution of compress fn of exercise 3 is as follow: ```rust /// The compress function accepts a previous compress value and the data to operate /// on. It...

About the mapped feature part. The polynomial permuted features data set should have 28 features but you have way less in the notebook. Is it your intention to not fully...

Just walking through the tutorial. ```python guidance.llm = guidance.llms.OpenAI("text-curie-001") p = guidance('''Is the following sentence offensive? Yes, no, or maybe. Sentence: {{example}} Answer: {{#select 'answer' logprobs='logprobs'}} Yes{{or}} No{{or}} Maybe{{/select}}''') p...

Hi, [MLX: An array framework for Apple silicon](https://github.com/ml-explore/mlx) happened today. I hope it's the precursor to open up Neural Engine. Would love to see `einops` supports mlx.

feature suggestion

Here is the trace. ``` Traceback (most recent call last): File "/home/lukaemon/Dev/lab/mamba/train.py", line 21, in from mamba import MambaLM, MambaConfig File "/home/lukaemon/Dev/lab/mamba/mamba.py", line 11, in from mamba_ssm import Mamba File...