Houman

Results 65 comments of Houman
trafficstars

@keeshux I have tried this on Mac M1 without success. I get the error: ``` Error Domain=NSCocoaErrorDomain Code=4 "The file “SourcePackages” doesn’t exist." UserInfo={NSFilePath=/Users/houmie/Library/Developer/Xcode/DerivedData/project-ewigkyiwmukfdibbvzefbzcdfqhi/SourcePackages, NSUnderlyingError=0x600099ee17a0 {Error Domain=NSPOSIXErrorDomain Code=2 "No such...

@vetrek I merged this today into my fork, but I doesn't fix it. ``` Error Domain=NSCocoaErrorDomain Code=4 "The file “SourcePackages” doesn’t exist." UserInfo={NSFilePath=/Users/houmie/Library/Developer/Xcode/DerivedData/project-ewigkyiwmukfdibbvzefbzcdfqhi/SourcePackages, NSUnderlyingError=0x600099ee17a0 {Error Domain=NSPOSIXErrorDomain Code=2 "No such file...

@vetrek Ah that's great. I only need it for WireGuardKit integration through SPM. Have you run it successfully on Mac M1 (Silicon)? (I got the latest after merging your PR)...

Sorry, @vetrek I did some clean up and removed everything from the `DerivedData` folder. I also ensured I'm not excluding any Simulator architecture. Now I get this error, does it...

@pdevine Sorry, I found this by Googling. Does Ollama support exl2 or no?

Same issue here. There is a blocking bug on Llama3 that has been fixed with v0.4.1.

Hello @keelerm84 Thank you so much for this example. It was incredibly helpful. Yes it works. I have noticed without the semaphore, there is no guarantee that it would be...

Hello Mathew, Sorry for the late reply. I finally managed to replace the `semaphore` with `AsyncThrowingStream` pattern in Swift. And it works very well. Thank you for this project. After...

Fully agree. Supporting exl2 would be perfect!

@bghandchi Just tagging you, as it was your example. Thank you.