Added code syntax highlighting, Image recognition (llava model), multiline prompt, and some fixes

This commit is contained in:
jeffser
2024-05-17 00:35:34 -06:00
parent 83cb2c3b90
commit 3b695031bc
4 changed files with 185 additions and 32 deletions

View File

@@ -57,6 +57,20 @@
}
]
},
{
"name": "python3-pillow",
"buildsystem": "simple",
"build-commands": [
"pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"pillow\" --no-build-isolation"
],
"sources": [
{
"type": "file",
"url": "https://files.pythonhosted.org/packages/ef/43/c50c17c5f7d438e836c169e343695534c38c77f60e7c90389bd77981bc21/pillow-10.3.0.tar.gz",
"sha256": "9d2455fbf44c914840c793e89aa82d0e1763a14253a000743719ae5946814b2d"
}
]
},
{
"name" : "alpaca",
"builddir" : true,