Accelerate local LLM inference and finetuning (LLaMA, Mistral, ChatGLM, Qwen, Mixtral, Gemma, Phi, MiniCPM, Qwen-VL, MiniCPM-V, etc.) on Intel XPU (e.g., local PC with iGPU and NPU, discrete GPU such as Arc, Flex and Max); seamlessly integrate with llama.cpp, Ollama, HuggingFace, LangChain, LlamaIndex, vLLM, GraphRAG, DeepSpeed, Axolotl, etc
Apache License 2.0
6.74k
stars
1.27k
forks
source link
[PPML] the output file .csv.cbc of simplequery cannot be decrypted successfully #5220
when running the following script in ppml graphene client container, it outputs the encrypted file part-00000-3f0345e5-76ca-41b3-84e4-af4969d77725-c000.csv.cbc, this csv.cbc file cannot be decrypted with Decrypt.scala
However, using Encrypt.scala to encrypt people.csv it will get people.csv.encrypted file, then use Decrypt.scala to decrypt people.csv.encrypted, it can be decrypted successfully.
Description
when running the following script in ppml graphene client container, it outputs the encrypted file
part-00000-3f0345e5-76ca-41b3-84e4-af4969d77725-c000.csv.cbc
, this csv.cbc file cannot be decrypted with Decrypt.scalaThe error message is
However, using Encrypt.scala to encrypt people.csv it will get
people.csv.encrypted
file, then use Decrypt.scala to decryptpeople.csv.encrypted
, it can be decrypted successfully.