Randy Gobbel

Results 11 issues of Randy Gobbel

When closing an IJulia notebook, unless you do an explicit "shutdown kernel" command from within the notebook, its associated Julia process continues to run after the Jupyter server has terminated....

Running the leabra/examples/pvlv model with the race detector enabled gives the following warning: `WARNING: DATA RACE Read at 0x00c00aaabac8 by goroutine 23: reflect.typedmemmove() /usr/local/Cellar/[email protected]/1.13.15/libexec/src/runtime/mbarrier.go:177 +0x0 reflect.packEface() /usr/local/Cellar/[email protected]/1.13.15/libexec/src/reflect/value.go:119 +0x103 reflect.valueInterface() /usr/local/Cellar/[email protected]/1.13.15/libexec/src/reflect/value.go:1040...

If the table driving a plot shrinks, `Plot2D.GenPlotXY` can run off the end of the data, causing a segfault. The problematic code (that I know of) is at line 205...

I'm not really sure which package this belongs to, whether it be PlutoUI, MarkdownLiteral, or CommonMark, but since the TableOfContents feature is part of PlutoUI, I'm putting it here. I...

https://github.com/PrincetonUniversity/PsyNeuLink/blob/06f3006ab7a0a5e72423267c47db767c004eda3f/psyneulink/core/components/mechanisms/mechanism.py#L46C6-L46C6 It looks like this bit (which should be line 45) got dropped, probably during a refactor: ``` * `ModulatoryMechanisms ` monitor the output of one or more other Mechanisms,...

I couldn't find a better way to do this, but: I took examples.jl and turned it into a Pluto notebook. Enjoy! [ChainPlotsExamples.zip](https://github.com/rmsrosa/ChainPlots.jl/files/11360407/ChainPlotsExamples.zip) By the way: awesome package! Thank you!

I've been trying to get some version of Mixtral-8x7b-Instruct-0.1 running on my 64GB AGX Orin box. The first failure was "model type mixtral not supported", even though mixtral appears in...

Mistral-7B-Instruct-v0.2 does not use sliding window attention, so building fails because there is an assumption that Mistral models all have some value for `sliding_window`.

I've already put this in a comment on another thread [here](https://github.com/dusty-nv/jetson-containers/issues/366), but I'm adding as a new issue so it shows up in searches. The Riva TTS agent is failing...

There's a line at the end of `tvm/Dockerfile` that makes no sense: ``` ln -s /opt/mlc-llm/3rdparty/tvm/3rdparty /usr/local/lib/python3.8/dist-packages/tvm/3rdparty ``` It doesn't run, probably references the wrong version of Python, and finally,...