Most Influential Variables?

My team is doing quite a simple regression model using PyTorch. We would like to determine what variables have the most “influence” on the curve fit. Basically what variables are driving the regression model and what are the percentages of influence. Does PyTorch have this capability?