AWS Marketplace now accepts line of credit payments through the PNC Vendor Finance program. This program is available to select AWS customers in the US, excluding NV, NC, ND, TN, & VT.
You pay by the hour for model inference, based on how you run it. Both options use the ml.g5.xlarge instance type and bill per host hour used. The difference is the inference mode. Batch mode processes grouped requests together, while real-time mode handles requests as they arrive. You choose the mode that fits your workload and pay only for the hours each instance runs. There is no upfront commitment; charges scale with your usage.
Top-of-mind questions for buyers
What are we running on the ml.g5.xlarge instance, and what does this model do?
You run a code-language model that predicts how compiled software will behave on Aurix TriCore hardware. It reads the binary and estimates timing, energy, and memory before code runs. The ml.g5.xlarge instance is a GPU-backed AWS instance type that hosts this model for inference.
How does batch inference differ from real-time inference on my bill?
Both bill per host hour on the same instance type. Batch mode groups requests and processes them together, which suits large one-time prediction jobs. Real-time mode responds to requests as they arrive, which suits interactive use. You pick the mode that matches your workload and pay for the hours each runs.
Am I charged when the inference instance is idle or stopped?
Charges accrue per host hour while the instance runs. When you stop the instance, software host-hour charges stop. Underlying AWS resource fees, such as storage, may still apply while the instance is stopped. The software meters running time only.
Tell us how we can improve this page, or report an issue with this product.
Give us feedbackReport a problem with this product or seller
Legal
Vendor terms and conditions
Upon subscribing to this product, you must acknowledge and agree to the terms and conditions outlined in the vendor's End User License Agreement (EULA).
Content disclaimer
Vendors are responsible for their product descriptions and other product content. AWS does not warrant that vendors' product descriptions or other product content are accurate, complete, reliable, current, or error-free.
An Amazon SageMaker model package is a pre-trained machine learning model ready to use without additional training. Use the model package to create a model on Amazon SageMaker for real-time inference or batch processing. Amazon SageMaker is a fully managed platform for building, training, and deploying machine learning models at scale.
Deploy the model on Amazon SageMaker AI using the following options:
Real-time inference
Deploy the model as an API endpoint for your applications. When you send data to the endpoint, SageMaker processes it and returns results by API response. The endpoint runs continuously until you delete it. You're billed for software and SageMaker infrastructure costs while the endpoint runs. AWS Marketplace models don't support Amazon SageMaker Asynchronous Inference. For more information, see Deploy models for real-time inference .
Batch transform
Deploy the model to process batches of data stored in Amazon Simple Storage Service (Amazon S3). SageMaker runs the job, processes your data, and returns results to Amazon S3. When complete, SageMaker stops the model. You're billed for software and SageMaker infrastructure costs only during the batch job. Duration depends on your model, instance type, and dataset size. AWS Marketplace models don't support Amazon SageMaker Asynchronous Inference. For more information, see Batch transform for inference with Amazon SageMaker AI .
Version release notes
Initial release of LOCI LCLM for Time prediction for TriCore 64-bit assembly.
Additional details
Inputs
Outputs
Usage instructions
Sample notebooks
Inputs
Summary
The input has to be a csv file, with one column named 'r.asm'. Each row can be assembly code based on the TriCore 64-bit architecture.
The code snippet below shows how to load the data in Python using the pandas package.
data = pandas.read_csv('../data/tricore_dataset.csv')
More detailed example is available in the Jupyter notebooks.
Limitations for input type
The csv file should have less than 2000 rows, for optimal performance. It is recommended that the length of one sample of assembly code is not longer than 500 instructions.
AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.
The Loci-Stream CFD code is a scalable parallel tool for fluid-flow and heat transfer simulations in large scale industrial applications. Many of the common features found in other standard CFD tools such as ANSYS-Fluent and Star-CCM+ are available. If you are interested in testing Loci-Stream, see the tutorials page on our website which contains run control and grid files for a number of cases that can be run directly.
LOCI, Line-of-Code Intelligence platform, transforms observability and shift-left approach by extracting deep performance insights from compiled binaries (e.g., C/C++, Go, Rust), without requiring source code. Traditional static analysis and observability tools fail to detect performance issues in compiled BIN files due to missing execution context, hardware interactions, and real-time software behavior analysis. LOCI bridges this gap by modeling compiled binaries with real-world execution data, enabling early detection of performance degradations, power inefficiencies, and test coverage prediction, after project build.
LOCI Large Code Language Model (LCLM) for Time Prediction on ARMv8 AArch64 ASM
The model takes ARM 64-bit assembly language blocks as input and provides cycle time and its standard deviation for the given block
Be the first to review this product. We've partnered with PeerSpot to gather customer feedback. You can share your experience by writing or recording a review, or scheduling a call with a PeerSpot analyst.