The Llama.cpp project has achieved a significant optimization, allowing the 30B model to run with only 6GB of RAM. This was accomplished by changing the file format to enable direct mapping of weights into memory, reducing loading times and increasing the potential for concurrent inference processes. The new format also supports single-file and multi-file models, and ensures proper tensor alignment for potential performance gains. The project's developers are working to ensure a smooth transition for users of the old file format.