30B/q4 requires 20GB of RAM while 3090 has 24GB.
Llama 30B 4-bit has amazing performance, comparable to GPT-3 quality for my search and novel generating use-cases, and fits on a single 3090. In tandem with 3rd party applications such as Llama Index and the Alpaca LoRa, GPT-3 (and potentially GPT-4) has already been democratized in my eyes.
Here's an example regarding grounded characters sticking to walls:
prompt: Thanks! I added walls and ground to my game, as well as detection so that if the player touches the ground, they will be in a grounded state. However, when the touch the vertical face of the ground/wall, they stick to it. Can you tell me what I'm doing wrong?
response: It seems like the issue you're encountering is related to the physics and collision detection in your game. The player is likely detecting the wall as the ground, and it's causing the grounded state to be triggered when it shouldn't be. To fix this, you can modify your ground detection code to take the angle of the surface into account.
Here's a solution using the Physics.Raycast method:
Assuming you have a LayerMask called groundLayer for ground detection, make sure the ground and walls are assigned to the appropriate layers in the Unity Editor
[...further details on using angle detection on collision, as well as accurate sample code]
I can even ask it to give me the reference for the _Physics.Raycast_ method:
response: Certainly! Here's the official Unity documentation for Physics.Raycast:
[URL to official docs filtered out by HN]
Physics.Raycast - Unity Manual The Physics.Raycast method allows you to perform raycasts in your scene to detect collisions with 3D objects.
[...further information on how to use it, including an accurate code example pulled from the docs]
This just drastically reduces time-to-solution, especially when you consider you can lazily leave out information and still get a good response.
In short, I treat it as though each session is a fine-tuned search engine and get a lot of value from it, but it doesn't completely replace forums or Youtube videos, for one it can't argue with itself to provide conflicting but valid alternate solutions - I'd have to argue with it/ask it to produce those.
On a similar note I very much look forward to the day when entertainment providers leverage these so I can say to Netflix, et al, "I would like to watch a documentary about XYZ, narrated by someone that sounds like Joe Schmoe, and with the styling of SomeOtherShow".
We have senses so our brain has some sort of a priori knowledge of the world? We're all almost blind when we born.
We now know, for example, that fibre is very good for our microbiome. Exclude it from your diet and you'll suffer.
> it is certainly possible to create a "healthy" everyday-McDonalds diet (but you would be changing the meal to the point it won't be recognizable)
So it is possible or not? Why the quotes?
> You can still become obese eating 3000 kcals of salad every day without exercising
I'd like to see you try (just salad as you wrote, no oils and animal based products, please).
American food is shit. Most people have no clue what healthy food is, even if they intend to eat a healthy diet.
Unfortunately, I've gone through too many bugs that had to be fixed through valgrind debugging that I'm unwilling to part with it