Sanat Sharma
Sanat Sharma
@jitendracodehacker we ended up using webrtc
Figured it out. You can access the meeting_metadata object for meeting info. for meeting name, do meeting_metadata['meetingName']. All metadata info can be seen in /var/bigbluebutton/recording/raw//events.xml
I still don't fully understand one thing though, how do you make sure that the upload script is run only after download script has finished creating the mp4 recording
@bigeagle I found the training pipeline pretty intuitive. One naive question, did you finetune the llama model and find similar performance as the open source Alpaca model? Also I'm assuming...
Thanks, also is there a reason you decided to create your own tokenizer class rather than use the Hugginface tokenizer class for Llama? I do see that Huggingface tokenizer class...
@nadavkav I was looking at your video.js branch. Is it possible to update the Readme with instructions or add a usage example to the repo? I am new to the...
@nadavkav understood thanks! :) I was more curious about how to use this in VideoJS. Do I download the videojs.js file and import the package as a plugin in an...