harrisonvanderbyl / rwkvstic

Framework agnostic python runtime for RWKV models
https://hazzzardous-rwkv-instruct.hf.space
MIT License
144 stars 18 forks source link

Should "Path" be named "path"? #1

Closed cooljoseph1 closed 1 year ago

cooljoseph1 commented 1 year ago

The Python convention is to use snake_case for variables. I.e., you use lowercase names with underscores between words. Is there a particular reason you're using "Path" instead of "path"? If not, maybe this should get changed.