ownchoice
ownchoice
> > > Multiline tabs: > > ```css > .tabs ul { > flex-shrink: 1; > flex-wrap: wrap; > border-bottom-color: transparent; > } > ``` > > The border-bottom-color rule...
Changing: `textgen = textgenrnn(name=model_name)` To: `textgen = textgenrnn(weights_path='colaboratory_weights.hdf5',` `vocab_path='colaboratory_vocab.json',` `config_path='colaboratory_config.json')` Should work, right? To download and save those files use: `files.download('{}_weights.hdf5'.format(model_name))` `files.download('{}_vocab.json'.format(model_name))` `files.download('{}_config.json'.format(model_name))` Or you can save to Google Drive...
@NomanSaleem4 did you try adding what I suggested? ``` !pip3 install pytorch-lightning==0.7.6 !pip3 install transformers==2.9.1 !pip3 install fire==0.3.0 ``` I fixed it by doing that.
For me it would also be nice.
This is the only downside of using Ungoogled Chromium for me. I don't want to have the browser and extensions outdated, and updating manually is a little bit painful.
> (23.2.1 is the oldest supported) Quote of the README. Oldest, not only.
I'm not sure if it's exactly the same problem but looks like it is, so I'm gonna share my case here instead of opening a new issue. **Describe the bug**...
It would be great to add support for babel-plugin-root-import **6.6.0**
No updates :(
Fixed: I was using a version of SHARK that was too old. Went from [nod.ai SHARK 20231115.1026](https://github.com/nod-ai/SHARK/releases/tag/20231115.1026) to [nod.ai SHARK 20240126.1139](https://github.com/nod-ai/SHARK/releases/tag/20240126.1139) Same problem here using release [nod.ai SHARK 20231115.1026](https://github.com/nod-ai/SHARK/releases/tag/20231115.1026) (`nodai_shark_studio_20231115_1026.exe`)...