Skip to content

quantumz-io/SBQA_benchmarks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SBQA Instances and Results Repository

This repository stores paper artifacts:

  • instances/ for problem instances
  • results/ for experiment outputs

Large files are handled with Git LFS.

Current LFS Policy

Anything under these folders is tracked by Git LFS:

  • instances/**
  • results/**

See .gitattributes for the active rules.

Typical Workflow

  1. Add files:
git add instances/ results/
git commit -m "Add new instances/results"
  1. Verify LFS-tracked files:
git lfs ls-files
  1. Push to remote:
git push

First Push Setup

git remote add origin <YOUR_REMOTE_URL>
git push -u origin main

Make sure your hosting provider supports Git LFS and has enough quota for your dataset size.

Useful Commands

Track another pattern with LFS:

git lfs track "*.bin"
git add .gitattributes
git commit -m "Track .bin files via LFS"

If a large file was committed without LFS, migrate history before publishing:

git lfs migrate import --include="path/to/file"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors