Entretoize
Entretoize
I'm running the latest release (master-254a7a7) like that: `bin\train-text-from-scratch.exe --vocab-model models\ggml-vocab.bin --checkpoint-in chk-lamartine-256x16.bin --checkpoint-out chk-lamartine-256x16.bin --model-out ggml-lamartine-265x16-f32.bin --train-data "shakespeare.txt" ` I tried with several models. # Expected Behavior Training shoud...
I watched a video of someone playing Robocop and aiming with his controller. But for me only the joystick can move the gun and it's horrible. Does someone have a...
I'm trying to may UEVR to work with the game "Tchia", this is a third person game and the camera is very far from the character. I attached the camera...
I'm trying to use the exemple inference on windows 10 with python 10, like that: `(py310) d:\git\codellama>torchrun --nproc_per_node 1 example_instructions.py --ckpt_dir CodeLlama-7b-Instruct/ --tokenizer_path CodeLlama-7b-Instruct/tokenizer.model --max_seq_len 512 --max_batch_size 4` But it...
Is it possible to use a image as a noise, I mean I create a noise and save it as an image for using in SD ? Thanks
You wrote that in SkeletonMeshSlicer.cs: wMax = hMax = Mathf.Infinity; wMin = hMin = Mathf.NegativeInfinity; But it should be that: wMax = hMax = Mathf.NegativeInfinity; wMin = hMin = Mathf.Infinity;...
### Please check that this issue hasn't been reported before. - [X] I searched previous [Bug Reports](https://github.com/reworkd/AgentGPT/labels/bug) didn't find any similar reports. ### Expected Behavior Should create the agent and...
Maybe it's already possible but I don't find any help on that. Can the joycon orientation be used as a joystick ? It would be very cool for racing games...
It worked but I just got this error at the end: `/usr/local/bin/shrink: line 344: "13346820"-"18432": syntax error: operand expected (error token is ""13346820"-"18432"")`
Dots !
This project seems pretty good, I need raytracing in my project to render high quality screenshots, however, I can't get your feature to work. It creates a dotted image: ![Capture...