Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 328 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 328 Bytes

Preserving Privacy in the Age of Large Language Models

This repository contains the material for the GenAI PhD course exam.

Activate the environment

To activate the environment, run the following command:

conda create -f ./config/environment.yml

Activate the environment:

conda activate GenAI