Sam
Sam
Not a huge deal, but the code says: ``` # Copyright (c) 2013 Eric Romano (@gelstudios) # released under The MIT license (MIT) http://opensource.org/licenses/MIT ``` But it can't be both...
**Is your feature request related to a problem? Please describe.** VRAM is a major limitation for running most models locally, and guidance by design requires to run models locally to...
**The bug** Guidance supports subexpressions, by which I mean the equivalently named feature for Handlebars (in parentheses): ```{{function (function_two param)}}``` However, the current implementation does not support the same functionality...
This fixes #461 and #233 without needing users to change their existing code. The bugs were caused by assumptions in fsspec about the veracity and non-ambiguity of 'size' information returned...