This tutorial shows how to run Large Language Models locally on your laptop using llama.cpp and GGUF models.
It works on:
- macOS
- Linux
- Windows
If you are getting this error when downloading a whole youtube playlist
youtube-dl ERROR: Unable to extract title
Then you need to install the latest version of youtube-dl.
To install the latest version of youtube-dl you can use the PPA webUpd8: ppa:nilarimogard/webupd8 which contains the latest version of youtube-dl.
This is a collection of information on PostgreSQL and PostGIS for what I tend to use most often.
| # Copyright (C) 2011 Anurag Priyam - MIT License | |
| module Jekyll | |
| # Jekyll plugin to generate tag clouds. | |
| # | |
| # The plugin defines a `tag_cloud` tag that is rendered by Liquid into a tag | |
| # cloud: | |
| # | |
| # <div class='cloud'> |
| sub new_hl { | |
| my @l = (); | |
| return \@l; | |
| } | |
| @args = @ARGV; | |
| shift @args; | |
| print "<html><body><pre>\n"; | |
| open REVLIST, "git log " . join(' ',@args) . " --cc --parents --topo-order|" || die "Cannot get log"; | |
| while(<REVLIST>){ |