Skip to content
Snippets Groups Projects
Select Git revision
  • e95cd262238b36c8020feeafb3d8b2a56ce915d8
  • master default protected
2 results

ilp_measurement.py

Blame
  • create_release.sh 1019 B
    #!/bin/bash
    mkdir -p ModelValidationWithRAGs/trainbenchmark
    mkdir -p ModelValidationWithRAGs/docker-results/
    mkdir -p ModelValidationWithRAGs/docker-diagrams/
    
    cp -a \
    	.editorconfig .dockerignore \
    	README.{md,html,txt} AUTHORS.txt \
    	Dockerfile docker/ run_docker.sh \
    	paper-results/ \
    	preprocessor/ \
    	trainbenchmark/ \
    	ModelValidationWithRAGs/ # the target directory
    
    # remove build and gradle files
    rm -r ModelValidationWithRAGs/trainbenchmark/*/build
    rm -r ModelValidationWithRAGs/trainbenchmark/.gradle
    # remove generate files
    rm -r ModelValidationWithRAGs/trainbenchmark/*/src/main/java-gen/*
    rm ModelValidationWithRAGs/trainbenchmark/trainbenchmark-tool-jastadd-specialized-base/src/main/jastadd/TrainGen.*
    
    echo "Now please run 'sudo docker save --output ModelValidationWithRAGs/trainbenchmark-docker.tar trainbenchmark && chown $(whoami):$(whoami) ModelValidationWithRAGs/trainbenchmark-docker.tar'"
    
    # todos
    # preprocessor/.classpath missing
    # also preprocessor/tests/errors/{Errors.out,Inheritance.out}