Skip to content

Instantly share code, notes, and snippets.

@strawberrymelonpanda
strawberrymelonpanda / encode.cpp
Created May 16, 2024 19:47
Llama.cpp multiple choice tasks encoder
#include <cstdio>
#include <fstream>
#include <string>
#include <vector>
#include <cstdint>
#include "json.hpp"
namespace {
struct Answers {