aixcoder-plugin 90followers Beijing, China https://www.aixcoder.com/ support@aixcoder.com Popular repositoriesLoading aiXcoder-7BaiXcoder-7BPublic official repository of aiXcoder-7B Code Large Language Model Python2.3k359 nl2code-datasetnl2code-datasetPublic...
aiXcoder FIM Code Generation LLM Evaluation This is a tool for evaluating FIM code generation for generating and evaluating tasks on datasets in four languages: java/python/cpp/jsvascript. Introduction to datasets and evaluation metrics For Java, Python, CPP, and JSVASCRIPT languages, to provide ...
aiXcoder is an intelligent software development assistant capable of generating and auto-completing whole-line code or code blocks to seamlessly align with your coding...
aiXcoder Get Compatible with IntelliJ IDEA (Ultimate, Community), CLionand3 more
docker run --gpus all -it -v /dev/shm:/dev/shm --name aix_instance pytorch/pytorch:2.1.0-cuda11.8-cudnn8-devel /bin/bash pip install sentencepiece git clone git@github.com:aixcoder-plugin/aiXcoder-7b.git cd aiXcoder-7b This command starts a container named aix_instance from the pytorch...
git clone https://github.com/aixcoder-plugin/nl2code-dataset.git 2. Build the project open the project with IDEA, add the library to the classpath. and run project by executor the file of Executor.java For each test data, takeraw_nlandsignatureas input, get the output of the model, the...
aiXcoder Get Compatible with IntelliJ IDEA (Ultimate, Community), CLionand3 more
aiXcoder Code CompleteraiXcoder Get Compatible with IntelliJ IDEA (Ultimate, Community), CLion and 3 more Feedback Report Content Terms of Use Legal, Privacy and Security Copyright © 2000-2025 JetBrains s.r.o. Developed with drive and IntelliJ IDEA...
A high-throughput and memory-efficient inference and serving engine for LLMs - aixcoder-plugin/AixVllm
model = AutoModelForCausalLM.from_pretrained("aiXcoder/aixcoder-7b-base", quantization_config=bnb_config, device_map=device, attn_implementation='flash_attention_2') text = input_wrapper( code_string="# 快速排序算法", later_code="\n", path="test.py" ) if len(text) == 0: sys.exit()...