Is there any hope of something lightweight to explain Linux commands, for somebody with a GTX1050?

Posted by floofcode@reddit | LocalLLaMA | View on Reddit | 5 comments

I am looking for something like this:

Input:

```
- name: << LLM needs to generate this.>>

ansible.builtin.dnf:

name: epel-release

```

Output: "Enable EPEL Repository"

I'm developing some snippets to quickly create ansible tasks, but once the snippet is generated, I need an LLM to briefly describe what it's for so I can set that as the name for the LLM and maybe give me 2-3 suggestions so I can pick which one I want.

It doesn't seem like this needs a super giant model. Will I need to train something myself or is there something that can run on my ancient GPU?