-
## Description
I am having issues running the demo on Windows.
## Reproduce
Follow the steps described for the demo.
## Expected behavior
Demo should run.
## Context
- voila…
-
I am not sure what causes this or if it is me who is doing something stupid. First of all, JupyterLite is amazing, and I can see it being so useful for many things.
## My underlying goal that requi…
-
Hi. Something (possibly not unsloth) changed between July and now.
I am getting an unexpected OOM error trying to do a LORA finetune. This worked before, but is now barfing.
Looked at #338, but not…
-
Hi,
thanks for this great tool.
```
import json
def task_read():
def read():
with open('data.txt') as json_file:
data = json.load(json_file)
return data
…
-
I've had a number of troubles getting dammit installed and working on my MacOS environment. I have miniconda3 installed and download dammit into a new environment using the following:
```
conda cr…
-
I'd love if there was a version of doit.tools.LongRunning that had it return TaskError if return code was non zero. I tend to use this for a light build system for tasks that have dependencies, and h…
-
### System info
- Playwright Version: [v1.40]
- Operating System: [ macOS 14.2.1]
- Browser: Chromium
- Other info:
### Source code
```
from playwright.async_api import async_playwright
im…
-
Right now, `default_tasks` should contain tasks from the dodo.py configuration.
Sometimes, there are projects, which do not have a good default.
If would be nice to have `"default_tasks": ["list"]`,…
-
I'm trying to figure out how to pull in method documentation from an object to show inside another object.
My code used to look like:
```js
class Main {
doIt () {}
doThis () {}
doThat ()…
-
Thanks for taking the time to report this.
Can you attach an example that shows the issue? (Must be openly licensed, ideally in test_regress format.)
```
module module_scope_class_passing_para…