- Update MyFinetuner:
- Use include_cuda_bin_dir() instead include_cuda_dir()
- Update ClassificationTrainArguments:
- Rename members: pretrained_model_name, downstream_corpus_root_dir, downstream_corpus_name, downstream_model_dir, downstream_model_filename
- Update GpuProjectEnv:
- Remove members: config_file, postfix, apply_postfix()
- Inherited from BaseProjectEnv
- Remove __enter__(), __exit__()
- Update train():
- Use updated ClassificationTrainArguments
- Update serve():
- Use updated ClassificationDeployArguments
- Implement remainder
- Move functions from chrisbase to chrislab:
- include_cuda_bin_dir()
- working_gpus()
- set_torch_ext_path()
- set_tokenizers_parallelism()