Skip to content

Llama2-13b results from RAG #5

Llama2-13b results from RAG

Llama2-13b results from RAG #5

Workflow file for this run

name: Build LaTeX document
on: [push]
jobs:
build_latex:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v4
- name: Compile LaTeX document
uses: xu-cheng/latex-action@v3
with:
root_file: main.tex
working_directory: ./report
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: PDF
path: ./report/main.pdf