RevanthRameshkumar

Results 11 issues of RevanthRameshkumar

I checked android studio and cmake sdk is installed. Do I need to add anything to some other file to build properly? Also this might be related, but the IDE...

Hi, not sure if this is a jeykll-spaceship bug or other... `$\begin{bmatrix}a & b \\ c & d\end{bmatrix}$` That should give 2 rows of matrix, but right now only registering...

bug
question

The purpose of this is to add the additional episodes to the data folder. There are 2 parts to this: 1. adding the episode summaries (this can be done using...

help wanted
good first issue

``` from dataclasses import dataclass, field from dataclasses_json import dataclass_json, config from datetime import datetime from marshmallow import fields @dataclass_json @dataclass class DataClassWithIsoDatetime: created_at: datetime = field( metadata=config( encoder=datetime.isoformat, decoder=datetime.fromisoformat,...

``` parser = Lark(r""" %ignore /[\t \f]+/ // WS start: d|c d: B c: A B A: "abc" B: /[^\W\d]\w*/ """, parser="lalr") input_str = 'abc' interactive = parser.parse_interactive(input_str) print(interactive.exhaust_lexer()) interactive.accepts()...

It would be great if an sfz parser/player is supported! An example: https://github.com/mikeperri/flutter_sequencer/

enhancement
TODO

Hi, I have a sf2 file w/ multiple instruments: ![image](https://user-images.githubusercontent.com/6271769/103470103-9b05af80-4d22-11eb-9eb5-1f0bda7d16a8.png) How do I select the instrument? Right now I only see note select...does that default to first instrument in file?

Is there any docs for training the 13b version of this model?

for llama model .eval(), I am getting llm.logits probs that are greater than 0...which is wrong since they are supposed to be logprobs ``` 00000 = {float} 1.6911218166351318 00001 =...

Are there any instructions for compiling the dlls from scratch? I am thinking to maybe just run through the GitHub workflow line by line on command line, but I want...