GenTxt
GenTxt
Made changes above and everything loads using session = "sample_no_sp_2" Ready for serving. * Running on http://0.0.0.0:5010/ (Press CTRL+C to quit) Flashing cursor. Tried opening above link in browser: Not...
Moved on from this to larger gpt2 models. Seems this was abandoned by the coder. On Sat, Dec 12, 2020 at 5:52 AM iamanai-1 wrote: > I, too, would be...
Hi Phil: Thanks for the updates. Currently running the ewik8 train.py on my home machine and terminal output looks good. Have a few questions: - Where is reference to 100000...
Google finally released the two PG-19 models from the paper including code here: https://github.com/google-research/google-research/tree/master/routing_transformer https://storage.googleapis.com/rt-checkpoint/pg19_local.zip https://storage.googleapis.com/rt-checkpoint/checkpoint.zip Requires conversion to pytorch_model.bin and supporting files.
Thanks for the PR and merge. Same seeds = same output (for the most part but there are quirky exceptions - another issue) The only missing piece is how to...
Fixed here: https://github.com/mcmonkey4eva/text-generation-webui/tree/seed-fix Thanks to both
@ImpossibleExchange Thanks for looking into this. Was about to test 4bit until I saw your post. Will run recommendation. Currently downloading 7b and 30b 4bit Cheers
Having success with current 30b 4bit and looking forward to testing 66b 4bit. Will wait on downloading and testing 30b in fp16 as all versions can be updated at any...
Thanks for this option. Works perfectly. I've attempted to find the best method for generating and replicating seeds through 'server.py' and 'api-example.py' but cannot replicate text results or find where...
Hi: Having difficulty getting penseur to work. Running neural_storyteller and neural_rewriter with recommended models and UofT Book corpus on ubuntu 16.04 and GTX 1070 gpu Penseur set up as per...