SteelPh0enix | 1 year ago | on: Llama.cpp guide – Running LLMs locally on any hardware, from scratch
SteelPh0enix's comments
SteelPh0enix | 1 year ago | on: Llama.cpp guide – Running LLMs locally on any hardware, from scratch
SteelPh0enix | 1 year ago | on: Llama.cpp guide – Running LLMs locally on any hardware, from scratch
I've listed some good starting models at the end of the post. Usually, most LLM models like Qwen or Llama are general-purpose, some are fine-tuned for specific stuff, like CodeQwen for programming.
SteelPh0enix | 1 year ago | on: Llama.cpp guide – Running LLMs locally on any hardware, from scratch
Building most stuff on Windows is ludicrous, that's not something uncommon. I've chosen MSYS there as it's the easiest and least paninful way of installing deps for Vulkan build.
SteelPh0enix | 1 year ago | on: Llama.cpp guide – Running LLMs locally on any hardware, from scratch
Unless you want to tinker.
SteelPh0enix | 1 year ago | on: Llama.cpp guide – Running LLMs locally on any hardware, from scratch
However, I still find it useful to know how to do that manually.
SteelPh0enix | 1 year ago | on: Llama.cpp guide – Running LLMs locally on any hardware, from scratch
SteelPh0enix | 1 year ago | on: Llama.cpp guide – Running LLMs locally on any hardware, from scratch
Small models, like Llama 3.2, Qwen and SmolLM are really good right now, compared to few years ago
SteelPh0enix | 1 year ago | on: Llama.cpp guide – Running LLMs locally on any hardware, from scratch
SteelPh0enix | 2 years ago | on: Aerugo – RTOS for aerospace uses written in Rust
You are absolutely right - at current state, this is not a safety-critical OS, however the project doesn't claim that explicitly - it's "safety-critical applications oriented". It's a small detail, but you're right to point it out.
The lack of mentioned documents is due to the fact that this RTOS was not qualified for any criticality. And this is due to our resource constraints for this project - ESA provided us with a year of time and funds for ~2 full-time developers. It would be physically impossible to create this project from scratch (as we did) and qualify it, even for crit C, in that timeline.
We would love to do a follow-up activity on Aerugo, and one of our ideas was the qualification (maybe not for Crit A, but B would be nice for an RTOS). However, that's a thing for the future, and we don't know what exactly will happen next with Aerugo yet - we're working on it.
I'd also like to point out that we have designed this system with safety in mind - we've been regularly analyzing potentially problematic design choices and code with that in mind (especially unsafe code and functions). There is a ground for criticality qualification, it just needs a lot of work to make it a fact.
PS: We do intend to release our "Lessions Learned" report in near future to the public!
SteelPh0enix | 2 years ago | on: Aerugo – RTOS for aerospace uses written in Rust
SteelPh0enix | 2 years ago | on: Aerugo – RTOS for aerospace uses written in Rust
The rationale is rather simple - SAMV71 is used in critical applications (it has some functional safety certificates), and I have past experience of writing critical software for it at N7.
i wonder what was there, i like spicy comments...