-
### Description
Go 1.20 introduced the ability to wrap [multiple errors](https://tip.golang.org/doc/go1.20#errors). This presents an opportunity to replace `github.com/hashicorp/go-multierror` with…
jar-b updated
8 months ago
-
When run `torchrun --nproc-per-node 1 train.py --cfg-path train_configs/minigpt4_stage2_finetune.yaml`, I got the following error:
```
2023-10-18 23:40:35,805 [INFO] Building datasets...
2023-10-…
-
Remove carriage return and line separation------------
gawk -v RS='"' 'NR % 2 == 0 { gsub(/\n/, "") } { printf("%s%s", $0, RT) }' filename
Micro Services tute.............
https://howtodoinja…
-
In the ```HPO_Analyze_TuningJob_Results.ipynb```, the constructor of tuner returns UnknownServiceError. Based on the stack strace, it's related to the Session() constructor. Please investigate. Thank …
-
We need to figure out the automated spark jobs to write to the shared private s3 bucket.
Telemetry stated that they have a private S3 bucket that is shared where we can write data that may contain se…
-
## Detailed Description
Check for zeros when loading the data. This should only be used when running inference
## Context
- good to check for lots of zeros and fail hard
## Possible Implem…
-
## devops professional certification
https://aws.amazon.com/certification/certified-devops-engineer-professional/
### white papers
* https://d1.awsstatic.com/whitepapers/managing-multi-tiered-web…
-
The main goal is integrate Ek-ong and Tan's works to crab as part of monitoring system and keep maintain it forever.
Resources:
- Ek-ong code: https://github.com/ekongat/crab-datapipeline/
- The …
-
### Describe the issue
In my company we use Kestra to develop datapipelines. We store files as namespace files and develop in the online editor.
I myself use Brave browser to edit code in the namesp…
-
### Context / Scenario
In service mode (using a queue), when trying to import a corrupted document (i.e., invalid PDF file), decoder will throw an exception, but then the message will be put again in…