Chris Fregly
Chris Fregly
and what other steps do i need to do to start submitting jobs? this isn't clear to me. thanks!
Please add support for `requirements.txt` in [ScriptProcessor](https://sagemaker.readthedocs.io/en/stable/processing.html#sagemaker.processing.ScriptProcessor) similar to other "Script Mode" parts of the SageMaker Python SDK where I can specify [`source_dir`](https://github.com/aws/sagemaker-python-sdk/blob/926690e216dc8a894b564a6716ca3bf2e8dc4568/tests/unit/test_tf_estimator.py#L249)
```Traceback (most recent call last): File "/root/miniconda3/bin/pipeline", line 11, in sys.exit(_main()) File "/root/miniconda3/lib/python3.7/site-packages/cli_pipeline/cli_pipeline.py", line 5734, in _main _fire.Fire() File "/root/miniconda3/lib/python3.7/site-packages/fire/core.py", line 127, in Fire component_trace = _Fire(component, args, context, name)...
Currently, [TrainingPipeline](https://github.com/aws/aws-step-functions-data-science-sdk-python/blob/b45b282592041d3c355f7cef492798bc3bf5415a/src/stepfunctions/template/pipeline/train.py#L95) uses the same instance type and count for both train and deploy. Different instance types and counts are desirable to address the different profiles for each workload.
### Describe the bug ### How to Reproduce instructions ### Expected behavior _No response_ ### Your project _No response_ ### Screenshots ### OS mac ### Python version 3.9 ### AWS...
### Describe the bug An error occurred (AWSResourceNotFound) when calling GET_PIVOT_ROLE_TEMPLATE operation: Pivot Yaml template file could not be found on Amazon S3 bucket ### How to Reproduce Pivot Yaml...
https://docs.aws.amazon.com/documentdb/latest/developerguide/mongo-apis.html
let me know what more info you need to debug. just keeps redirecting back to home and never clears the modal.
### Feature request ``` pretrained_model_dir = 'mosaicml/mpt-7b' model = AutoModelForCausalLM.from_config(config, trust_remote_code=True, torch_dtype=torch.float16) ``` https://discuss.huggingface.co/t/how-to-use-trust-remote-code-true-with-load-checkpoint-and-dispatch/39849/1 ### Motivation model-specific params ### Your contribution sure