From 5f17114618e5620033ff0d01ba4a7969a6cbb7bb Mon Sep 17 00:00:00 2001 From: laurent Date: Fri, 18 Jul 2025 08:43:10 +0200 Subject: [PATCH] More faq. --- FAQ.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/FAQ.md b/FAQ.md index 3f50011..e18879c 100644 --- a/FAQ.md +++ b/FAQ.md @@ -44,6 +44,9 @@ export CMAKE_CXX_COMPILER=/usr/bin/g++-13 CC=gcc-13 CXX=g++-13 cargo build --release ``` +Alternatively you can set `CXXFLAGS="-include cstdint"`, see this +[issue](https://github.com/google/sentencepiece/issues/1108). + ### Will you release training code? Some finetuning code can be found in the [kyutai-labs/moshi-finetune repo](https://github.com/kyutai-labs/moshi-finetune).