Live data from Hacker News

Llama 2 Everywhere (L2E): Standalone, Binary Portable, Bootable Llama 2

github.com

21–30 of 58 posts

Re: Llama 2 Everywhere (L2E): Standalone, Binary Portable, Bootable Llama 2

#21

Is this somehow based on Temple OS?

No but each version of L2E OS has a name. v0.1 is the first version and we wanted to pay our tribute to Terry A Davis, so called it TempleDOS and added a bit of TempleOS references.

Re: Llama 2 Everywhere (L2E): Standalone, Binary Portable, Bootable Llama 2

#24

Is this somehow based on Temple OS?

No but each version of L2E OS has a name. v0.1 is the first version and we wanted to pay our tribute to Terry A Davis, so called it TempleDOS and added a bit of TempleOS references.

Got it! Like how you snuck the Amiga floppy disk in as well!

Re: Llama 2 Everywhere (L2E): Standalone, Binary Portable, Bootable Llama 2

#25

Earlier quoted context omitted.

thanks! I am still curious about the sensor inputs part. I am trying to replace the 2.4ghz controller on my electric skateboard to make 0 to 5kmh and braking more pleasant and maybe use gyroscopes to do away with the controller altogether. What would tokens be in that case? Do you create a CAN style representation and feed that to the llm? What kind of throughput do you foresee being possible on which hardware?

I am still thinking how I'll pull this off. But basically it is collect tons of Telemetry converted to in ascii/text. Telemetry in sense sensor streams, both command and responses. Then we'll just train a small model for long enough. Then we will see how it would respond. That's the plan sort of.

In this case, I would ask the LLM to suggest an algorithm to minimize acceleration, jerk and snap based on the expected sensor input data, and then just implement that. Probably in memory on whatever runs the board.

Straightforward control problem of bringing the board from 5-0kmh smoothly?

Re: Llama 2 Everywhere (L2E): Standalone, Binary Portable, Bootable Llama 2

#27

Earlier quoted context omitted.

It's the name of the project - Llama2Everywhere.

thanks! I am still curious about the sensor inputs part. I am trying to replace the 2.4ghz controller on my electric skateboard to make 0 to 5kmh and braking more pleasant and maybe use gyroscopes to do away with the controller altogether. What would tokens be in that case? Do you create a CAN style representation and feed that to the llm? What kind of throughput do you foresee being possible on which hardware?

Basic control theory will work better than AI here. The mathematical models used in control theory have been used in computing since at least the 50's (Kalman Filters). I suspect you won't have issues with computational power.

Figuring out exactly which model to use and how, may take some work. Also understanding control theory will allow you to do things like traction control, etc.

Re: Llama 2 Everywhere (L2E): Standalone, Binary Portable, Bootable Llama 2

#30
post #27

Earlier quoted context omitted.

thanks! I am still curious about the sensor inputs part. I am trying to replace the 2.4ghz controller on my electric skateboard to make 0 to 5kmh and braking more pleasant and maybe use gyroscopes to do away with the controller altogether. What would tokens be in that case? Do you create a CAN style representation and feed that to the llm? What kind of throughput do you foresee being possible on which hardware?

Basic control theory will work better than AI here. The mathematical models used in control theory have been used in computing since at least the 50's (Kalman Filters). I suspect you won't have issues with computational power. Figuring out exactly which model to use and how, may take some work. Also understanding control theory will allow you to do things like traction control, etc.

In addition. I Agree.
Post reply on HN