Sheikh Abdur Raheem Ali

Results 5 issues of Sheikh Abdur Raheem Ali

One line fix for https://github.com/MasterScrat/Chatistics/issues/27#issuecomment-583709623

### Describe the feature or improvement you're requesting Currently, Whisper exposes avg_logprob for an entire segment. The request is to expose logprobs for each token. ```json { "duration": 4.01, "language":...

### Describe the bug This section of the codebase expects json even when the response_format is not json: https://github.com/openai/openai-python/blob/75c90a71e88e4194ce22c71edeb3d2dee7f6ac93/openai/api_requestor.py#L668C7-L673 I think I can contribute a quick bug fix PR today!...

bug

Does aw-watcher-web support https://arc.net/?

This PR broke LanguageModel by adding an mlp bias to the config: https://github.com/huggingface/transformers/pull/30031/files ``` from nnsight import LanguageModel # We'll never actually load the parameters so no need to specify...