Jonathan Mackenzie
Jonathan Mackenzie
See this issue: https://github.com/facebookresearch/llama/pull/73
After setting up the python engine configuration and running `webapp.py`, I run: ``` npm install . npm start ``` I can access localhost:8083 but opening the browser console reveals that...
It's not responding to PMs and the last comment it made was 12 days ago.
I am trying to view a .tex file with very long lines, but the `` element does not split these long lines despite it having element style: ``` word-wrap: break-word;...
When using the example given on the readme, the widget shown does not use the attributes defined in the xml. Can you please provide a working sample app? I used...
Sometimes the sensor data jumps from being regular to being in an error state: ``` 2013-01-16 10:20:00,27,34,35,41,6,9 2013-01-16 10:25:00,27,31,23,40,10,7 2013-01-16 10:30:00,19,25,17,39,8,7 2013-01-16 10:35:00,2046,2046,2046,2046,2046,2046 2013-01-16 10:40:00,2046,2046,2046,2046,2046,2046 ``` 2046 indicates errors from...
I'm using this to compress a large XML file (120mb) in the browser and trying to decompress server-side using [python-lz4](https://pypi.org/project/lz4/) (which can decompress every other file compressed with lz4js except...
Missing the following flow control structures: * Exceptions * for...else * while...else * generator expressions eg: `(x for x in "1234")`
How difficult would it be for this model to support NBEATSx? Which is NBEATS with exogenous variables, and higher performance on the same tasks, as described in the 2022 paper...
When markdown links have a `./` in them, html links are not adjusted. Example: README.md: ```markdown Link to [details file](./details.md) ``` details.md: ```markdown Link back to [README](./README.md) ``` In the...