Locally running LLMs on DGX Spark as an attorney?

Posted by Viaprato@reddit | LocalLLaMA | View on Reddit | 126 comments

I'm an attorney and under our applicable professional rules (non US), I'm not allowed to upload client data to LLM servers to maintain absolute confidentiality.

Is it a good idea to get the Lenovo DGX Spark and run Llama 3.1 70B or Qwen 2.5 72B on it for example to review large amount of documents (e.g. 1000 contracts) for specific clauses or to summarize e.g. purchase prices mentioned in these documents?

Context windows on the device are small (\~130,000 tokens which are about 200 pages), but with "RAG" using Open WebUI it seems to still be possible to analyze much larger amounts of data.

I am a heavy user of AI consumer models, but have never used linux, I can't code and don't have much time to set things up.

Also I am concerned with performance since GPT has become much better with GPT-5 and in particular perplexity, seemingly using claude sonnet 4.5, is mostly superior over gpt-5. i can't use these newest models but would have to use llama 3.1 or qwen 3.2.

What do you think, will this work well?