Rahul Dave

Results 7 comments of Rahul Dave

I got it to work doing this: ```javascript componentDidMount() { import('reveal.js').then(({ default: Reveal }) => { window.Reveal = Reveal window.marked = Marked import('reveal.js/plugin/markdown/markdown.js').then(({ RevealMarkdown }) => { import('reveal.js/plugin/math/math.js').then(() => {...

One additional thought: pylint/flake8 the student submission. Then "in ___solution___" type tests need not worry about whitespace and stuff.

I'm a bit confused on the cudatoolkit==9.0.0 pinning. According to here: https://github.com/NVIDIA/nvidia-docker/wiki/CUDA 10.1 should be compatible with the Keplers. (I am new to this so perhaps missing something) Like @beniz...

I'm planning to run on GKE with K80's. Was just confused with https://github.com/NVIDIA/nvidia-docker/wiki/CUDA saying that the toolkit version 10.1 is compatible with Keplers. I'll try the standard nvidia image (though...

Having the same issue with cards. On printing everything separates out. Tailwind by itself does not seem to have any print directives..so not sure how to do this..

figured it out: ``` option :labels, banner: 'LABEL1,LABEL2', default:[] ``` fixed by adding an empty default for labels in commands/open_issue.rb. I dont have time to test right now, so not...

Do we support Claude on Vertex? Does not seem to be supportted in `GoogleAugmentedLLM` and could not find Vertex related code in `AnthropicAugmentedLLM` so thinking not? Was confused cause i...