Swarnim Maheshwari

Results 13 issues of Swarnim Maheshwari

### Describe the bug I tried to download and run Pygmalion 7B (gozfarb/pygmalion-7b-4bit-128g-cuda). on this UI. I got this error TypeError: install() got an unexpected keyword argument 'show_locals' ### Is...

bug

Link to the kaggle notebook: https://www.kaggle.com/code/snimrexzeo/notebookfa1665bae0/edit Trying to import AlphaZero in kaggle gives this: ``` Resolving package versions... Updating `~/.julia/environments/v1.4/Project.toml` [no changes] Updating `~/.julia/environments/v1.4/Manifest.toml` [no changes] Resolving package versions... ---------------------------------------------------------------------------...

``` Internal error: encountered unexpected error in runtime: ReadOnlyMemoryError() Please submit a bug report with steps to reproduce this fault, and any error messages that follow (in their entirety). Thanks....

Trying to import AlphaZero in google colab results in this: ``` [ Info: Precompiling AlphaZero [8ed9eb0b-7496-408d-8c8b-2119aeea02cd] [ Info: Using the Flux implementation of AlphaZero.NetLib. ERROR: LoadError: InitError: UndefVarError: GR_jll not...

So as shown in the [Colab ](https://colab.research.google.com/drive/1RLc2DAnQ0pRguGasg2-nSmdRbsbLNYeb?usp=sharing )file I am having trouble installing AlphaZero in Colab's Julia environment. I am using Julia version 1.8.2. Using ```run(`julia --project -e "import Pkg;...

Running this project gives the following warning: ``` Warning ────────────────────────────────────────────────────────────────────────────── Your Flutter application is created using an older version of the Android embedding. It is being deprecated in favor of...

**Describe the bug** When I tried to install it using docker by using the command given in Readme I get the following error. ``` [+] Building 51.6s (4/41) => [internal]...

bug

When I installed comfy it showed loading xformers [version] when I started it. I started messing with the flags because I had trouble loading the refiner, however I was not...

Feature

I want to use Huggingface's ViTForImageClassification. How do I integrate it in FACIL? I want to load the pretrained model 'google/vit-base-patch16-224'. I have read the instructions to add networks in...