|
|
|
|
|
by cgranade
1063 days ago
|
|
The problem you'll run into for any application of quantum computing to large language models is that quantum computers just aren't very good at big data applications. There's two reasons for that: - Current devices, as well as devices likely to be built in the near- to medium-term are quite limited in the number of qubits that they implement. The current record for the most fault-tolerant qubits in a single device is 1. That's a hell of a lot better than where the field was at a couple years ago, but it's far from the huge amount of data that needs to be processed for LLM training and evaluation. - Even if you have enough qubits to store training data, looking them up on a quantum device is still challenging due to what's sometimes called the qRAM problem. It's not trivial to make a quantum oracle that returns the data stored at a given index, and it's still an area of ongoing research to figure out how to do that. That's part of why you see quantum algorithms being developed less for big data tasks and more for big compute tasks like chemistry. There, the program might be very large, but size of the input that has to be stored within the quantum devices and the size of the output you measure back out are both quite small, even down to a single floating-point number in some cases. (source: I've worked in quantum computing for about twenty years now.) |
|
Can you comment on Google's[1] and IBM's[2] announcements of 70 and 433 qubit quantum computers?
Is this just marketing hype? Are the qubits not fault tolerant? Is fault tolerance really necessary to get useful results?
[1] - https://www.telegraph.co.uk/business/2023/07/02/google-quant...
[2] - https://www.technologyreview.com/2023/05/25/1073606/ibm-want...