2,153
edits
No edit summary |
No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
I briefly had a Macbook M3 Max with 64GB. It was pretty good at running local LLMs, but couldn't stand the ergonomics and not being able to run Linux, so returned it. | I briefly had a Macbook M3 Max with 64GB. It was pretty good at running local LLMs, but couldn't stand the ergonomics and not being able to run Linux, so returned it. | ||
Line 72: | Line 73: | ||
`; | `; | ||
} | } | ||
_handleInput(event) { | _handleInput(event) { | ||
this.input = event.target.value; | this.input = event.target.value; | ||
} | } | ||
_reverse() { | _reverse() { | ||
this._reversed = this.input.split('').reverse().join(''); | this._reversed = this.input.split('').reverse().join(''); | ||
} | } | ||
@property private _reversed = ''; | @property private _reversed = ''; | ||
} | } | ||
Line 107: | Line 108: | ||
It's definitely not going to win any speed prizes even though is a smaller model, but it could be ok for non time sensitive results, or where using a tiny, faster model is useful. | It's definitely not going to win any speed prizes even though is a smaller model, but it could be ok for non time sensitive results, or where using a tiny, faster model is useful. | ||
{{Blikied|April 13, 2024}} | {{Blikied|April 13, 2024}} |