electroglyph

Results 21 issues of electroglyph

dateparser.parse('Thu, 19 Jan 2023 10:45:00 +03') = None

## 🐛 Bug gen_config doesn't add context_window_size to model_config every time. context_window_size key is required for LLMEngine to load. to reproduce: gen_config with --conv-template=dolly on a Mistral 7B model, and...

bug

using nightly wheels. i can serve just fine with --speculative-mode disable, but all the other options give me this: ``` Exception in thread Thread-11 (_background_loop): Traceback (most recent call last):...

question

Right now I do a query, then I expand result ID range to N before the result, and N after and make a separate request for those ID ranges. I...

Lines don't wrap Version: 4.18.2 Wrap lines is set at 100 chars here's Mudlet output of a colored line that is 400 characters long, it disappears at window edge but...

high
bug
regression

This is a fix for https://github.com/evennia/evennia/issues/3596 I'm not entirely sure why it works, but the test reliably passes for me now. Is the clock advance creating a possible race condition?...

evennia.commands.default.tests.TestCmdTasks.test_new_task_waiting_input is failing about half the time for me on Windows: ``` ====================================================================== FAIL: test_new_task_waiting_input (evennia.commands.default.tests.TestCmdTasks.test_new_task_waiting_input) Test task completing than a new task with the same ID being made while...

bug
OS/DB-dependent

### Is there an existing issue for the same feature request? - [X] I have checked the existing issues. ### Is your feature request related to a problem? _No response_...

feature request

Required information for this issue: Version: 1.92.2 (user setup) Commit: fee1edb8d6d72a0ddff41e5f71a671c23ed924b9 Date: 2024-08-14T17:29:30.058Z Electron: 30.1.2 ElectronBuildId: 9870757 Chromium: 124.0.6367.243 Node.js: 20.14.0 V8: 12.4.254.20-electron.0 OS: Windows_NT x64 10.0.22621 with table definition...

https://www.kaggle.com/code/danielhanchen/kaggle-qwen-2-5-conversational-unsloth ``` --------------------------------------------------------------------------- ModuleNotFoundError Traceback (most recent call last) Cell In[4], line 1 ----> 1 from unsloth import FastLanguageModel 2 import torch 3 ModuleNotFoundError: No module named 'unsloth' ```