Skip to content

Releases: panjd123/parabuild-rust

v0.3.3

04 Dec 10:36

Choose a tag to compare

What's Changed

  • Add --gpu-devices parameter to allow manual specification of GPU devices (supports both UUIDs and indices)
  • Add gpu_devices() method to Parabuilder for programmatic GPU device configuration

v0.3.2

17 Feb 13:09

Choose a tag to compare

What's Changed

  • Change LICENSE to MPL-2.0

v0.3.1

12 Feb 06:21

Choose a tag to compare

What's Changed

  • Change the default interval for autosave to 30 minutes
  • Update the documentation
  • cargo update

v0.3.0

12 Feb 03:59

Choose a tag to compare

What's Changed

  • Support interruption (CTRL+C)
  • Support periodic saving of current progress. Use the --autosave-interval parameter to set the interval, such as 1s, 1m, 1h, or 1d
  • Support continue from the time of interruption/autosave. Further information can be found in parabuild --help
  • Add the --no-init parameter, which is equivalent to passing an empty string to the --init-bash-script parameter
  • By default, output compilation error data to compile_error_datas.json
  • Optimize progress display information

v0.2.10

15 Jan 08:28

Choose a tag to compare

Merge branch 'dev'

v0.2.9

03 Jan 07:22
8b796c2

Choose a tag to compare

Merge pull request #1 from panjd123/dev

Update

v0.2.8

04 Dec 03:38
7da9b16

Choose a tag to compare

Fix run-in-place

v0.2.7

02 Dec 05:41

Choose a tag to compare

Add makefile-project doc, update version

v0.2.6

29 Nov 14:45
3af1f2f

Choose a tag to compare

More options

v0.2.5

25 Nov 12:36

Choose a tag to compare

Add makefile project support