@ -42,6 +42,8 @@ We introduce CodeGeeX, a large-scale multilingual code generation model with 13
## News
* **2022-12-04**: We release source code of quantization (requires less GPU RAM: 27GB -> 15GB) and model parallelism (possible to run on multiple GPUs with <8GRAM).
* **2022-09-30**: We release the cross-platform source code and models weights for both Ascend and NVIDIA platforms.
## Getting Started
@ -72,7 +74,15 @@ tar xvf codegeex_13b.tar.gz
Have a try on generating the first program with CodeGeeX. First, specify the path of the model weights in ``configs/codegeex_13b.sh``. Second, write the prompt (natural language description or code snippet) into a file, e.g., ``tests/test_prompt.txt``, then run the following script: