Karim Elmaaroufi

Results 5 issues of Karim Elmaaroufi

I am running Mixtral 8x from here: https://github.com/Mozilla-Ocho/llamafile version v0.6.1 on an Apple M1 Max 64GB. I am running an evaluation of the MMLU dataset. I have observed that when...

bug-unconfirmed

Multiple methods in the ForceClient are not implemented asynchronously despite having asynchronous method names. For example, in ForceClient.cs, there is a method declared as: `public Task QueryAsync(string query)` QueryAsync implies...

bug

**Describe the bug** The following API call is not honored in the sense that a token that was not specified in the guided choice was returned: ``` prompt = """...

bug

This replaces https://github.com/stanfordnlp/dspy/pull/1107