Rahul Chaube

Results 3 issues of Rahul Chaube

Summary: - Updated the `decode()` function to support softmax toggling, top-k sampling, and top-p (nucleus) sampling. - Added a dummy transformer model to test the decode function and ensure it...

Changes Made: Error Handling: Added proper error handling to ensure the program doesn't crash unexpectedly. Included checks for the bearerToken to ensure it is not null or empty. Added max_results...

This PR relaxes the error message assertion in the `test_raises_error_on_non_xla_tensor` test by changing from an exact string match (`assertEqual`) to a substring match (`assertIn`). This allows for backend-specific context to...