mhillebrand

Results 44 comments of mhillebrand

@pratikchhapolika It sounds like you'll need to fire up a separate process for each GPU and pass in `inference_on=0`, `inference_on=1`, `inference_on=2`, and `inference_on=3`, respectively, using `multiprocessing`. @PrithivirajDamodaran What I would...

> > @pratikchhapolika It sounds like you'll need to fire up a separate process for each GPU and pass in `inference_on=0`, `inference_on=1`, `inference_on=2`, and `inference_on=3`, respectively, using `multiprocessing`. > >...

Platypus looks like a handy tool. I tested GHUB by launching Stocks.app, and it did work, so I think your theory is correct. However, the app created by Platypus appears...

I just tried the -j and -g options for the `open` command for launching an application as hidden and/or in the background, but none of these worked:

Just tried simulating Cmd-Tab on the keyboard before `cliclick tc:.` with AppleScript. I even used `osacompile` to create an .app, but it doesn't quite work—even outside of Logitech GHUB.

I too have this problem, but only if I run on CPU with `--model HSG` (rather than `HDSG`). ![KeyError-sh](https://user-images.githubusercontent.com/286198/110519977-c7430100-80c2-11eb-9a23-2174682290cc.png)

This still hasn't been addressed?

Ugh. I guess I'll just stick to the [selectolax](https://github.com/rushter/selectolax) library. I'm a big fan of its `text()` method. It's got `deep`, `separator`, and `strip` parameters. It's also incredibly fast. The...

I just started encountering this same issue. It only happens when I try to finetune a Llama2 derivative but not when I finetune Mistral or Zephyr. Hmmm. ```bash Traceback (most...