MarcoDiMarek

Results 2 issues of MarcoDiMarek

I would like to know the official stance on the legality of models that claim to be a fine-tune of Llama. For example: [gpt4all-lora](https://huggingface.co/nomic-ai/gpt4all-lora) has a GPL 3 license (allows...

Steps to reproduce: Just run the [_parser example_ file](https://github.com/Danesprite/pyjsgf/blob/master/examples/parser%20example.py). Mainly: from jsgf import parse_grammar_string grammar = parse_grammar_string( "#JSGF V1.0 UTF-8 en;" "grammar example;" "public = hello world {tag};" )