TemporalAgent7

Results 12 comments of TemporalAgent7

Thank you, but this becomes powerful when we are able to reuse (most / a lot) of the thousands of libraries and frameworks already built for HTML, CSS and JavaScript....

Thank you, I can confirm the crash no longer happens with the update; the code still doesn't run, though. I explored preact and Reactor, but the point was reusing one...

I tried replacing the path with a fully qualified file:// path. This is the first errors that shows up: ![image](https://user-images.githubusercontent.com/48541170/104797732-319b8d00-5775-11eb-9b38-e84928241037.png) The line in question is this: `while (element instanceof win.HTMLIFrameElement)`

I haven't tried all of them and can't recommend any one in particular. Different people understand different things when it comes to Windows Privacy. For example, a lot of these...

No. I ended up running it on bare metal (not Docker) for a while, but since moved on to other games.

FWIW, this set of instructions worked for me on a Windows 11 machine; they did not work on an Intel mac: ``` git clone https://github.com/ggerganov/llama.cpp cd llama.cpp cmake -B build...

I think this is related to how we load item information. I guess WRG is pushing "placeholder" items in the item list before the crew is finalized. Our script tries...

I see `items_equipment_janeway_polaric_outfit_equipment.png` but not `items_equipment_janeway_polaric_equipment.png`; similarly, I see `items_equipment_omicron_ceti_flora_equipment.png` but not `items_equipment_omicron_ceti_flora.png`. Wondering if we need to refresh our items cache from scratch. Alternatively, maybe the image names you...

What is the memory usage for the 30B model?

The 30B model produces much worse results. It's also a lot slower. Example for the prompt `What's the difference between alpacas and lamas?`: 7B: `The main differences are in their...