Jack Youstra
Jack Youstra
@denisenepraunig why are the tests failing?
I'd be happy to try and if it's not too complicated I'll probably succeed, although this would be my first time at such a project. Would following the development section...
Note that if you're in a pure SPM target, there's no way to access `$(GENERATED_MODULEMAP_DIR)` from `.unsafeFlags`, so you're going to have to insert the path manually for the time...
Yes, but if the user runs out of battery, the video is unrecoverable - the file is in a temporary directory and there's no handler that is guarunteed to be...
This is an easy to meet requirement for the use case in mind On Sat, Jun 9, 2018, 11:44 patrick piemonte wrote: > ah, i understand the scenario now. it'd...
Alternatively, perhaps it could work if a symlink was created
Another way to solve it is to just use `Carthage` as the dependency manager - it handles the header maps just fine. You're probably not going to want to upgrade...
This is part of a broader problem, it seems like `verifySnapshot` only works on the main thread. Try using the main thread whenever calling `assertSnapshot` instead.
Hey, yeah I'd be willing ot do that. Let me know. Also I appear to have accidentally added a commit that I shouldn't've. Sorry!
What would the behavior of OLLAMA_CONTEXT_LENGTH=0 be? In llama.cpp, that defaults it to the trained context length, would that be the case here? Regardless of the choice, it'd be nice...